Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
attributes
/
attr-shebang.rs
blob: af446dc56e39d80ca7ba236f0f40a7b40b125b88 [
file
]
//! Check that we accept crate-level inner attributes with the `#![..]` shebang syntax.
//@ check-pass
#![
allow
(
stable_features
)]
#![
feature
(
rust1
)]
pub
fn
main
()
{
}