]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/attr.rs
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / ui / parser / attr.rs
1 #![feature(lang_items)]
2
3 fn main() {}
4
5 #![lang = "foo"] //~ ERROR an inner attribute is not permitted in this context
6 fn foo() {}