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.

11 lines
207 B
Plaintext
Raw Normal View History

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