2018-10-20 19:21:16 -05:00
|
|
|
error: expected `:`, found `[`
|
2019-01-25 19:44:50 -06:00
|
|
|
--> $DIR/regions-out-of-scope-slice.rs:7:19
|
2018-10-20 19:21:16 -05:00
|
|
|
|
|
|
|
|
LL | x = &'blk [1,2,3]; //~ ERROR expected `:`, found `[`
|
|
|
|
| ^ expected `:`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|