mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +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.