diff options
| author | bors <bors@rust-lang.org> | 2024-02-09 18:09:02 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-02-09 18:09:02 +0000 |
| commit | f4cfd872028398da2b2d85c368c51f4d007dc6af (patch) | |
| tree | de4ecb03d5b55b630c9d74ca8fed2665716a1719 /compiler/rustc_middle/src | |
| parent | e28fae52d99d7c14bf0890d1f2b13c2c34fa8932 (diff) | |
| parent | 9a5034a20ed8b055dc615271f9d9cf27f9e494f0 (diff) | |
| download | rust-f4cfd872028398da2b2d85c368c51f4d007dc6af.tar.gz rust-f4cfd872028398da2b2d85c368c51f4d007dc6af.zip | |
Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789
Bump bootstrap compiler to just-built 1.77 beta https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
Diffstat (limited to 'compiler/rustc_middle/src')
| -rw-r--r-- | compiler/rustc_middle/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/lib.rs b/compiler/rustc_middle/src/lib.rs index 56b97f9f963..2aaece1060a 100644 --- a/compiler/rustc_middle/src/lib.rs +++ b/compiler/rustc_middle/src/lib.rs @@ -49,7 +49,7 @@ #![feature(associated_type_bounds)] #![feature(rustc_attrs)] #![feature(control_flow_enum)] -#![cfg_attr(not(bootstrap), feature(trait_upcasting))] +#![feature(trait_upcasting)] #![feature(try_blocks)] #![feature(decl_macro)] #![feature(extract_if)] |
