]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/regions-out-of-scope-slice.stderr
New upstream version 1.34.2+dfsg1
[rustc.git] / src / test / ui / parser / regions-out-of-scope-slice.stderr
1 error: expected `:`, found `[`
2 --> $DIR/regions-out-of-scope-slice.rs:7:19
3 |
4 LL | x = &'blk [1,2,3]; //~ ERROR expected `:`, found `[`
5 | ^ expected `:`
6
7 error: aborting due to previous error
8