rust/src/test/ui/parser/attr.rs
2022-04-06 19:54:05 +02:00

6 lines
130 B
Rust

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