diff options
| author | Oli Scherer <github35764891676564198441@oli-obk.de> | 2025-02-26 05:50:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-26 05:50:22 +0000 |
| commit | 366912323b46c52bbeae8aedb72bf807585a4d87 (patch) | |
| tree | 02407fab8f5f0746b4df207ad2495f391b8f0d5c /compiler/rustc_errors | |
| parent | 5e4c582b3e125c1260d05609aee276155b0e9b72 (diff) | |
| parent | 530b35b805bbe7f7541ee4ec62b91978a1d2580f (diff) | |
| download | rust-366912323b46c52bbeae8aedb72bf807585a4d87.tar.gz rust-366912323b46c52bbeae8aedb72bf807585a4d87.zip | |
Merge pull request #4211 from rust-lang/rustup-2025-02-26
Automatic Rustup
Diffstat (limited to 'compiler/rustc_errors')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index ceed0cd94fc..f2b133f5677 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -15,7 +15,6 @@ #![feature(box_into_inner)] #![feature(box_patterns)] #![feature(error_reporter)] -#![feature(extract_if)] #![feature(if_let_guard)] #![feature(let_chains)] #![feature(negative_impls)] |
