1 2 3 4 5 6 7
//! Check that we accept crate-level inner attributes with the `#![..]` shebang syntax. //@ check-pass #![allow(stable_features)] #![feature(rust1)] pub fn main() { }