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