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