1 2 3 4 5 6
// Test the parse error for no value provided to recursion_limit #![recursion_limit] //~^ ERROR malformed `recursion_limit` attribute input fn main() {}