summary refs log tree commit diff
path: root/src/test/ui/parser/regions-out-of-scope-slice.stderr
blob: 8d9bf0b7a0445308d239e9f239b7b4f0f945c054 (plain)
1
2
3
4
5
6
7
8
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