diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-06-12 13:30:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-12 13:30:15 +0200 |
| commit | 7db417754765c8ae74645deb41112b4a92d735df (patch) | |
| tree | 3ef67bc66cf749e5172054480bdb5f1d8715dc5f /compiler/rustc_errors | |
| parent | 32560d790d8b9fae094d69287851f5305efa26d2 (diff) | |
| parent | 6da0ebf087736289ff29f641c7498f4a94d83639 (diff) | |
| download | rust-7db417754765c8ae74645deb41112b4a92d735df.tar.gz rust-7db417754765c8ae74645deb41112b4a92d735df.zip | |
Merge pull request #2464 from rust-lang/rustc-pull
Rustc pull update
Diffstat (limited to 'compiler/rustc_errors')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 6f0090a0bd6..133bd361ee7 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -15,12 +15,10 @@ #![feature(box_patterns)] #![feature(default_field_values)] #![feature(error_reporter)] -#![feature(if_let_guard)] #![feature(negative_impls)] #![feature(never_type)] #![feature(rustc_attrs)] #![feature(rustdoc_internals)] -#![feature(trait_alias)] #![feature(try_blocks)] #![feature(yeet_expr)] // tidy-alphabetical-end |
