rust/tests/ui/parser/issues/issue-58094-missing-right-square-bracket.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
330 B
Plaintext
Raw Normal View History

error: this file contains an unclosed delimiter
2019-11-14 07:51:11 +00:00
--> $DIR/issue-58094-missing-right-square-bracket.rs:4:4
|
LL | #[Ѕ
| - ^
| |
| unclosed delimiter
2019-11-14 07:51:11 +00:00
error: expected item after attributes
--> $DIR/issue-58094-missing-right-square-bracket.rs:4:1
2019-11-14 07:51:11 +00:00
|
LL | #[Ѕ
| ^^^
2019-11-14 07:51:11 +00:00
error: aborting due to 2 previous errors