blob: 2eabc59882ac792da86a9d9d1bde2aa9b7f5e9d2 [file] [log] [blame]
error: expected `:`, found `[`
--> $DIR/regions-out-of-scope-slice.rs:21:19
|
LL | x = &'blk [1,2,3]; //~ ERROR expected `:`, found `[`
| ^ expected `:`
error: aborting due to previous error