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

17 lines
330 B
Plaintext
Raw Normal View History

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