1 2 3 4 5 6 7 8
#![feature(lang_items)] /** * My module */ #![recursion_limit="100"] //~^ ERROR an inner attribute is not permitted following an outer doc comment fn main() {}