summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/shebang/shebang-doc-comment.stderr
blob: a36b2a2f72b4ea2da7390bec315f721292d4ca7e (plain)
1
2
3
4
5
6
7
8
9
10
error: expected item, found `[`
  --> $DIR/shebang-doc-comment.rs:2:1
   |
LL | [allow(unused_variables)]
   | ^ expected item
   |
   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>

error: aborting due to previous error