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