summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-58094-missing-right-square-bracket.stderr
blob: c79e8b4fb708295d37e16f26b23cf4c985868068 (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:5:4
   |
LL | #[Ѕ
   |  - ^
   |  |
   |  unclosed delimiter

error: aborting due to previous error