summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/attr.rs
blob: 42b2dfde85577e4beacf75be3b8ddf2887a129b1 (plain)
1
2
3
4
5
6
#![feature(lang_items)]

fn main() {}

#![lang = "foo"] //~ ERROR an inner attribute is not permitted in this context
fn foo() {}