Skip to content

Commit faf1fa5

Browse files
matthiaskrgrgitbot
authored and
gitbot
committed
Rollup merge of rust-lang#134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler-errors
Stabilize `feature(trait_upcasting)` This feature was "done" for a while now, I think it's finally time to stabilize it! Stabilization report: rust-lang#134367 (comment). cc reference PR: rust-lang/reference#1622. Closes rust-lang#65991 (tracking issue), closes rust-lang#89460 (the lint is no longer future incompat). r? compiler-errors
2 parents 556a71a + 6f5f4c6 commit faf1fa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coretests/tests/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
#![feature(strict_provenance_atomic_ptr)]
8282
#![feature(strict_provenance_lints)]
8383
#![feature(test)]
84-
#![feature(trait_upcasting)]
8584
#![feature(trusted_len)]
8685
#![feature(trusted_random_access)]
8786
#![feature(try_blocks)]

0 commit comments

Comments
 (0)