mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-05 15:13:11 +00:00
9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
error: expected `[`, found `/`
|
|
--> $DIR/shebang-must-start-file.rs:2:3
|
|
|
|
|
LL | #!/bin/bash
|
|
| ^ expected `[`
|
|
|
|
error: aborting due to 1 previous error
|
|
|