rust/src/test/ui/parser/issue-58094-missing-right-square-bracket.stderr

17 lines
331 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:4
|
LL | #[Ѕ
| ^
error: aborting due to 2 previous errors