rust/src/test/run-pass/attr-shebang.rs

4 lines
78 B
Rust
Raw Normal View History

#![allow(unknown_features)]
#![feature(bogus)]
fn main() { }
// ignore-license