Skip to content

Commit f86c44f

Browse files
committed
Add test for issue-58094
1 parent 7d12e9d commit f86c44f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// https://github.com/rust-lang/rust/issues/58094
2+
// ignore-tidy-trailing-newlines
3+
// error-pattern: aborting due to 2 previous errors
4+
#[Ѕ
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
error: this file contains an un-closed delimiter
2+
--> $DIR/issue-58094-missing-right-square-bracket.rs:4:4
3+
|
4+
LL | #[Ѕ
5+
| - ^
6+
| |
7+
| un-closed delimiter
8+
9+
error: expected item after attributes
10+
--> $DIR/issue-58094-missing-right-square-bracket.rs:4:4
11+
|
12+
LL | #[Ѕ
13+
| ^
14+
15+
error: aborting due to 2 previous errors
16+

0 commit comments

Comments
 (0)