15 lines
338 B
Plaintext
15 lines
338 B
Plaintext
|
warning: not reporting region error due to -Znll
|
||
|
--> $DIR/region-lbr-named-does-not-outlive-static.rs:19:5
|
||
|
|
|
||
|
19 | &*x
|
||
|
| ^^^
|
||
|
|
||
|
error: free region `'_#1r` does not outlive free region `'static`
|
||
|
--> $DIR/region-lbr-named-does-not-outlive-static.rs:19:5
|
||
|
|
|
||
|
19 | &*x
|
||
|
| ^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|