Skip to content

Commit c3668bc

Browse files
committed
remove use of feature(trait_upcasting) from core tests
1 parent 4b7ac0b commit c3668bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// tidy-alphabetical-start
2+
#![cfg_attr(bootstrap, feature(trait_upcasting))]
23
#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
34
#![cfg_attr(test, feature(cfg_match))]
45
#![feature(alloc_layout_extra)]
@@ -81,7 +82,6 @@
8182
#![feature(strict_provenance_atomic_ptr)]
8283
#![feature(strict_provenance_lints)]
8384
#![feature(test)]
84-
#![feature(trait_upcasting)]
8585
#![feature(trusted_len)]
8686
#![feature(trusted_random_access)]
8787
#![feature(try_blocks)]

0 commit comments

Comments
 (0)