Skip to content

Commit d583667

Browse files
Clarify description of new solver banned features
Co-authored-by: Tshepang Mbambo <hopsi@tuta.io>
1 parent 9aba967 commit d583667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/feature-gate-ck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ in `check_crate` and its AST visitor.
6161
- `check_incompatible_features`: Ensures incompatible feature combinations
6262
(declared in `rustc_feature::INCOMPATIBLE_FEATURES`) are not used together.
6363
- `check_new_solver_banned_features`: Bans features incompatible with
64-
certain compiler modes (e.g., the next trait solver).
64+
compiler mode for the next trait solver.
6565
- **Parser-gated spans**: Processes the `GatedSpans` recorded during parsing.
6666

6767
### AST Visitor

0 commit comments

Comments
 (0)