rust/src/test/ui/malformed/issue-69341-malformed-deriv...

7 lines
128 B
Rust

fn main() {}
struct CLI {
#[derive(parse())] //~ ERROR expected non-macro attribute, found attribute macro
path: (),
}