rust/src/test/ui/parser/regions-out-of-scope-slice.stderr

9 lines
226 B
Plaintext
Raw Normal View History

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