summary refs log tree commit diff
path: root/src/test/ui/parser/issue-58094-missing-right-square-bracket.stderr
blob: 2c987da81d83354119432e277a1057476be2d723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: this file contains an un-closed delimiter
  --> $DIR/issue-58094-missing-right-square-bracket.rs:4:4
   |
LL | #[Ѕ
   |  - ^
   |  |
   |  un-closed delimiter

error: expected item after attributes
  --> $DIR/issue-58094-missing-right-square-bracket.rs:4:4
   |
LL | #[Ѕ
   |    ^

error: aborting due to 2 previous errors