about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-58094-missing-right-square-bracket.stderr
blob: 28fd78d660ddc25270b3a324e504204b4e4fa1ff (plain)
1
2
3
4
5
6
7
8
9
10
error: this file contains an unclosed delimiter
  --> $DIR/issue-58094-missing-right-square-bracket.rs:4:4
   |
LL | #[Ѕ
   |  - ^
   |  |
   |  unclosed delimiter

error: aborting due to 1 previous error