15 lines
446 B
Plaintext
15 lines
446 B
Plaintext
warning: not reporting region error due to -Znll
|
|
--> $DIR/region-lbr-named-does-not-outlive-static.rs:19:5
|
|
|
|
|
LL | &*x
|
|
| ^^^
|
|
|
|
error: free region `ReFree(DefId(0/0:3 ~ region_lbr_named_does_not_outlive_static[317d]::foo[0]), BrNamed(crate0:DefIndex(1:9), 'a))` does not outlive free region `ReStatic`
|
|
--> $DIR/region-lbr-named-does-not-outlive-static.rs:19:5
|
|
|
|
|
LL | &*x
|
|
| ^^^
|
|
|
|
error: aborting due to previous error
|
|
|