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
|
@ -49,7 +49,7 @@
|
|||
#![feature(associated_type_bounds)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(control_flow_enum)]
|
||||
#![feature(trait_upcasting)]
|
||||
#![cfg_attr(bootstrap, feature(trait_upcasting))]
|
||||
#![feature(trusted_step)]
|
||||
#![feature(try_blocks)]
|
||||
#![feature(try_reserve_kind)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue