blob: 92fefded55a50aa3ff560686f7d66e32e5003ab1 (
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 1 previous error
|