Sign in
rust
/
rust
/
11636013f99ec91fac6bf88ff03cd370bbd4542d
/
.
/
tests
/
ui
/
parser
/
inner-attr.rs
blob: e66227c3d2b9f1dd3dbbfa634e801cfaf56cf922 [
file
]
#[
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
()
{}