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