1 2 3 4 5 6 7
#![recursion_limit = foo!()] //~ ERROR malformed `recursion_limit` attribute macro_rules! foo { () => {"128"}; } fn main() {}