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

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

5 lines
126 B
Rust
Raw Normal View History

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