Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
inner-attr.rs
blob: 1b405e20e038440032314571a0e08105c5719ecf [
file
] [
log
] [
blame
] [
edit
]
#[
feature
(
lang_items
)]
#![
recursion_limit
=
"100"
]
//~ ERROR an inner attribute is not permitted following an outer attribute
fn
main
()
{}