As of current master, rustfmt applies the following incorrect diff to this valid Rust code: ```diff #[cfg(any())] - type Type: Bound; + type Type: Bound = impl Bound; ``` To reproduce: `cargo run --bin rustfmt repro.rs`