Skip to content

Commit 0795c37

Browse files
authored
Merge pull request #2866 from rust-lang/rustc-pull
Rustc pull update
2 parents f56a61c + 2083051 commit 0795c37

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
045b17737dab5fcc28e4cbee0cfe2ce4ed363b32
1+
f2b291d902bfde7d7f209fc3a64908134bcef201

src/feature-gate-check.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ in `check_crate` and its AST visitor.
6969
(declared in `rustc_feature::INCOMPATIBLE_FEATURES`) are not used together.
7070
- `check_new_solver_banned_features`: Bans features incompatible with
7171
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.
7274
- **Parser-gated spans**: Processes the `GatedSpans` recorded during parsing
7375
(see [Checking `GatedSpans`](#checking-gatedspans)).
7476

0 commit comments

Comments
 (0)