Skip to content

Commit 6235828

Browse files
committed
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
2 parents 195e59c + 81eb8a6 commit 6235828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#![feature(nonzero_ops)]
1111
#![feature(let_chains)]
1212
#![feature(lint_reasons)]
13-
#![cfg_attr(not(bootstrap), feature(trait_upcasting))]
13+
#![feature(trait_upcasting)]
1414
// Configure clippy and other lints
1515
#![allow(
1616
clippy::collapsible_else_if,

0 commit comments

Comments
 (0)