2017-12-04 04:40:43 -06:00
|
|
|
warning: not reporting region error due to -Znll
|
|
|
|
--> $DIR/ty-param-fn-body.rs:30:5
|
|
|
|
|
|
|
|
|
30 | outlives(cell, t)
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
2017-12-15 16:04:48 -06:00
|
|
|
error: `T` does not outlive `'_#4r`
|
2017-12-04 04:40:43 -06:00
|
|
|
--> $DIR/ty-param-fn-body.rs:30:5
|
|
|
|
|
|
|
|
|
30 | outlives(cell, t)
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|