Clarify description of new solver banned features
Co-authored-by: Tshepang Mbambo <hopsi@tuta.io>
This commit is contained in:
parent
39a238cdba
commit
f3b9e8a09f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ in `check_crate` and its AST visitor.
|
|||
- `check_incompatible_features`: Ensures incompatible feature combinations
|
||||
(declared in `rustc_feature::INCOMPATIBLE_FEATURES`) are not used together.
|
||||
- `check_new_solver_banned_features`: Bans features incompatible with
|
||||
certain compiler modes (e.g., the next trait solver).
|
||||
compiler mode for the next trait solver.
|
||||
- **Parser-gated spans**: Processes the `GatedSpans` recorded during parsing.
|
||||
|
||||
### AST Visitor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue