rust/src/test/ui/parser/shebang/shebang-doc-comment.stderr

9 lines
187 B
Plaintext
Raw Normal View History

error: expected `[`, found doc comment `///bin/bash`
--> $DIR/shebang-doc-comment.rs:1:3
|
LL | #!///bin/bash
| ^^^^^^^^^^^ expected `[`
error: aborting due to previous error