mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
1a60dc4fc4
This + DST coercions (#24619) would allow code like `Rc<RefCell<Box<Trait>>>` to be simplified to `Rc<RefCell<Trait>>`.