mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
a1c32ca566
allow `incomplete_features` in more tests This PR allows the `incomplete_features` lint for the `traits` and `const-generics` directories. `specialization` will come in a followup PR. Followup to rust-lang/rust#154174. Part of https://github.com/rust-lang/rust/issues/154168.