Stabilize RFC3324 dyn upcasting coercion
Aka trait_upcasting feature. And also adjust the `deref_into_dyn_supertrait` lint.
This commit is contained in:
parent
855c6836b7
commit
4c2d6de70e
69 changed files with 107 additions and 357 deletions
|
@ -111,7 +111,7 @@
|
|||
#![feature(slice_flatten)]
|
||||
#![feature(error_generic_member_access)]
|
||||
#![feature(error_in_core)]
|
||||
#![feature(trait_upcasting)]
|
||||
#![cfg_attr(bootstrap, feature(trait_upcasting))]
|
||||
#![feature(utf8_chunks)]
|
||||
#![feature(is_ascii_octdigit)]
|
||||
#![feature(get_many_mut)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue