2017-11-22 16:39:46 -06:00
|
|
|
warning: not reporting region error due to -Znll
|
|
|
|
--> $DIR/region-lbr-named-does-not-outlive-static.rs:19:5
|
|
|
|
|
|
|
|
|
19 | &*x
|
|
|
|
| ^^^
|
|
|
|
|
2017-12-06 15:35:36 -06:00
|
|
|
error: free region `'_#1r` does not outlive free region `ReStatic`
|
2017-11-22 16:39:46 -06:00
|
|
|
--> $DIR/region-lbr-named-does-not-outlive-static.rs:19:5
|
|
|
|
|
|
|
|
|
19 | &*x
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|