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
205 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 01:51:11 -06:00
|
LL | #[Ѕ
| - ^
| |
| unclosed delimiter
2019-11-14 01:51:11 -06:00
error: aborting due to previous error
2019-11-14 01:51:11 -06:00