2020-09-02 00:22:47 +03:00
|
|
|
error: expected item, found `[`
|
|
|
|
--> $DIR/shebang-doc-comment.rs:2:1
|
2020-05-29 21:51:46 +03:00
|
|
|
|
|
2020-09-02 00:22:47 +03:00
|
|
|
LL | [allow(unused_variables)]
|
|
|
|
| ^ expected item
|
2023-09-06 09:05:07 +05:30
|
|
|
|
|
|
|
|
= note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
|
2020-05-29 21:51:46 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|