mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
641d4f5898
Previously we were only building rustfmt with default features in CI. We recently received a report that rustfmt was unable to compile with the `generic-simd` feature, which is not enabled by default. To prevent a similar situation in the future we'll start build nightly rustfmt with all features enabled.