about summary refs log tree commit diff
path: root/tests/ui/attributes/attr-shebang.rs
blob: af446dc56e39d80ca7ba236f0f40a7b40b125b88 (plain)
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() { }