Skip to content

Commit c242a87

Browse files
committed
Revert changes in src/test/ui/parser/shebang/
1 parent d1d75a9 commit c242a87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
12
#!B //~ expected `[`, found `B`
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
error[E0601]: `main` function not found in crate `issue_71471_ignore_tidy`
2-
--> $DIR/issue-71471-ignore-tidy.rs:1:33
1+
error: expected `[`, found `B`
2+
--> $DIR/issue-71471-ignore-tidy.rs:2:3
33
|
44
LL | #!B
5-
| ^ consider adding a `main` function to `$DIR/issue-71471-ignore-tidy.rs`
5+
| ^ expected `[`
66

77
error: aborting due to previous error
88

9-
For more information about this error, try `rustc --explain E0601`.

0 commit comments

Comments
 (0)