summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/shebang/issue-71471-ignore-tidy.stderr
blob: 41cd4fb93faa0146af335630cb1243403031e74f (plain)
1
2
3
4
5
6
7
8
error: expected `[`, found `B`
  --> $DIR/issue-71471-ignore-tidy.rs:2:3
   |
LL | #!B
   |   ^ expected `[`

error: aborting due to 1 previous error