]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/shebang/shebang-doc-comment.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / shebang / shebang-doc-comment.stderr
1 error: expected item, found `[`
2 --> $DIR/shebang-doc-comment.rs:2:1
3 |
4 LL | [allow(unused_variables)]
5 | ^ expected item
6
7 error: aborting due to previous error
8