summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-84104.stderr
blob: aff31f2c97149210580a801c7d96b7da442aa065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: this file contains an unclosed delimiter
  --> $DIR/issue-84104.rs:3:13
   |
LL | #[i=i::<ښܖ<
   |  -          ^
   |  |
   |  unclosed delimiter

error: expected one of `>`, a const expression, lifetime, or type, found `]`
  --> $DIR/issue-84104.rs:3:13
   |
LL | #[i=i::<ښܖ<
   |             ^ expected one of `>`, a const expression, lifetime, or type

error: aborting due to 2 previous errors