rust/tests/ui/parser/shebang/shebang-must-start-file.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
159 B
Plaintext
Raw Normal View History

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