]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/regions-out-of-scope-slice.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.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];
5    |                   ^ expected `:`
6
7 error: aborting due to previous error
8