blob: 36f4191f06bc37edc571d7941877dae1dd628c5d [file] [log] [blame]
#![feature(lang_items)]
/**
* My module
*/
#![recursion_limit="100"]
//~^ ERROR an inner attribute is not permitted following an outer doc comment
fn main() {}