]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-58094-missing-right-square-bracket.stderr
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / 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