summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/shebang/shebang-must-start-file.stderr
blob: 50543e8bdb816727a1d423d1cc1b5cbc64ecb63d (plain)
1
2
3
4
5
6
7
8
error: expected `[`, found `/`
  --> $DIR/shebang-must-start-file.rs:2:3
   |
LL | #!/bin/bash
   |   ^ expected `[`

error: aborting due to previous error