Files
rust/compiler
Matthias Krüger 779fe95298 Rollup merge of #124926 - Alexendoo:feature-maybe-incorrect, r=est31
Make `#![feature]` suggestion MaybeIncorrect

Fixes https://github.com/rust-lang/rust-clippy/issues/12784

The `unstable_name_collisions` lint uses `disabled_nightly_features` to mention the feature name, but accepting the suggestion would result in an ambiguity error

There are other calls where accepting the feature gate would fix code when ran with `cargo fix --broken-code`, though it's not always desirable to add a feature gate even if the user is currently on nightly so MaybeIncorrect seems appropriate
2024-05-09 19:09:31 +02:00
..
2024-05-08 21:37:55 +02:00
2024-02-06 13:12:33 +11:00
2024-04-18 15:36:25 +10:00
2024-05-02 19:42:31 -04:00
2024-05-08 15:06:35 +00:00
2024-05-01 22:19:11 -04:00
2024-05-08 21:37:55 +02:00