blob: 041f30cd24272c6603629d618d69999dde5d2057 [file] [log] [blame]
#![feature(lang_items)]
fn main() {}
#![lang(foo)] //~ ERROR an inner attribute is not permitted in this context
fn foo() {}