We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aba967 commit d583667Copy full SHA for d583667
1 file changed
src/feature-gate-ck.md
@@ -61,7 +61,7 @@ in `check_crate` and its AST visitor.
61
- `check_incompatible_features`: Ensures incompatible feature combinations
62
(declared in `rustc_feature::INCOMPATIBLE_FEATURES`) are not used together.
63
- `check_new_solver_banned_features`: Bans features incompatible with
64
- certain compiler modes (e.g., the next trait solver).
+ compiler mode for the next trait solver.
65
- **Parser-gated spans**: Processes the `GatedSpans` recorded during parsing.
66
67
### AST Visitor
0 commit comments