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