Sign in
rust
/
rust
/
0883b8cc7926859cd296afde42c5b2d7aaae5ce5
/
.
/
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
()
{}