Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
attribute
/
attr.rs
blob: 42b2dfde85577e4beacf75be3b8ddf2887a129b1 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
lang_items
)]
fn
main
()
{}
#![
lang
=
"foo"
]
//~ ERROR an inner attribute is not permitted in this context
fn
foo
()
{}