mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
error: expected `[`, found `/`
|
|
--> $DIR/shebang-must-start-file.rs:2:3
|
|
|
|
|
LL | #!/bin/bash
|
|
| ^ expected `[`
|
|
|
|
error: aborting due to previous error
|
|
|