Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
parser
/
inner-attr.rs
blob: e66227c3d2b9f1dd3dbbfa634e801cfaf56cf922 [
file
] [
log
] [
blame
]
#[
feature
(
lang_items
)]
//~ WARN crate-level attribute should be an inner attribute
#![
recursion_limit
=
"100"
]
//~ ERROR an inner attribute is not permitted following an outer attribute
fn
main
()
{}