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