Skip to content

Commit b35deec

Browse files
committed
Stabilize RFC3324 dyn upcasting coercion
Aka trait_upcasting feature. And also adjust the `deref_into_dyn_supertrait` lint.
1 parent 7cb2960 commit b35deec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
#![feature(slice_flatten)]
112112
#![feature(error_generic_member_access)]
113113
#![feature(error_in_core)]
114-
#![feature(trait_upcasting)]
114+
#![cfg_attr(bootstrap, feature(trait_upcasting))]
115115
#![feature(utf8_chunks)]
116116
#![feature(is_ascii_octdigit)]
117117
#![feature(get_many_mut)]

0 commit comments

Comments
 (0)