We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f56a61c + 2083051 commit 0795c37Copy full SHA for 0795c37
2 files changed
rust-version
@@ -1 +1 @@
1
-045b17737dab5fcc28e4cbee0cfe2ce4ed363b32
+f2b291d902bfde7d7f209fc3a64908134bcef201
src/feature-gate-check.md
@@ -69,6 +69,8 @@ in `check_crate` and its AST visitor.
69
(declared in `rustc_feature::INCOMPATIBLE_FEATURES`) are not used together.
70
- `check_new_solver_banned_features`: Bans features incompatible with
71
compiler mode for the next trait solver.
72
+- `check_features_requiring_new_solver`: Requires the new trait solver for
73
+ features incompatible with the old solver.
74
- **Parser-gated spans**: Processes the `GatedSpans` recorded during parsing
75
(see [Checking `GatedSpans`](#checking-gatedspans)).
76
0 commit comments