rust/tests/ui/parser/shebang/shebang-split.rs

5 lines
126 B
Rust

// empty line
# !/bin/env
//~^ ERROR expected `[`, found `/`
// checks that diagnostics for shebang lookalikes is not present