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