blob: 2a1122cbda7a947ed7dbbac945128018d8f5a237 [file] [log] [blame]
warning: not reporting region error due to -Znll
--> $DIR/region-lbr-anon-does-not-outlive-static.rs:19:5
|
19 | &*x
| ^^^
error[E0621]: explicit lifetime required in the type of `x`
--> $DIR/region-lbr-anon-does-not-outlive-static.rs:19:5
|
18 | fn foo(x: &u32) -> &'static u32 {
| - consider changing the type of `x` to `&ReStatic u32`
19 | &*x
| ^^^ lifetime `ReStatic` required
error: aborting due to previous error