blob: 1b405e20e038440032314571a0e08105c5719ecf [file] [log] [blame]
#[feature(lang_items)]
#![recursion_limit="100"] //~ ERROR an inner attribute is not permitted following an outer attribute
fn main() {}