mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
82dda891d4
allow `incomplete_features` in most UI tests This PR allows the `incomplete_features` lint for all UI tests except for the three directories with the largest number of tests (`traits`, `specialization` and `const-generics`) triggering this lint to keep the size of this PR manageable. The remaining three directories will be handled in followup PRs. Part of https://github.com/rust-lang/rust/issues/154168.