Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!//bin/bash
//@ check-pass
//@ reference: input.shebang
fn main() {
println!("a valid shebang (that is also a rust comment)")
}