]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-58094-missing-right-square-bracket.stderr
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / parser / issues / issue-58094-missing-right-square-bracket.stderr
1 error: this file contains an unclosed delimiter
2   --> $DIR/issue-58094-missing-right-square-bracket.rs:4:4
3    |
4 LL | #[Ѕ
5    |  - ^
6    |  |
7    |  unclosed delimiter
8
9 error: expected item after attributes
10   --> $DIR/issue-58094-missing-right-square-bracket.rs:4:1
11    |
12 LL | #[Ѕ
13    | ^^^
14
15 error: aborting due to 2 previous errors
16