rust/tests/ui/attributes/attr-shebang.rs

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

8 lines
169 B
Rust
Raw Permalink Normal View History

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