blob: 1c72ed091af7367c9f0dea07f97a8abadf5b25ee [file] [log] [blame]
// compile-flags: -Z parse-only
#![feature(lang_items)]
/**
* My module
*/
#![recursion_limit="100"]
//~^ ERROR an inner attribute is not permitted following an outer doc comment
fn main() {}