Formatting this code: ```rust #[derive(/*Debug, */Clone)] struct Foo; ``` generates this syntax error: ```rust #[derive(#[derive(/*Debug, */ Clone)] struct Foo; ``` I tested `rustfmt 1.4.37` stable and nightly.