2020-03-05 00:54:22 -06:00
|
|
|
error: borrow expressions cannot be annotated with lifetimes
|
|
|
|
--> $DIR/regions-out-of-scope-slice.rs:7:13
|
2018-10-20 19:21:16 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | x = &'blk [1,2,3];
|
2020-03-05 00:54:22 -06:00
|
|
|
| ^----^^^^^^^^
|
|
|
|
| |
|
|
|
|
| annotated with lifetime here
|
|
|
|
| help: remove the lifetime annotation
|
2018-10-20 19:21:16 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|