Closed
Description
The std::rc::Weak::new
and std::sync::Weak::new
constructors added in #30467 should be able to work with T: ?Sized
.
let _: Weak<str> = Weak::new();
The std::rc::Weak::new
and std::sync::Weak::new
constructors added in #30467 should be able to work with T: ?Sized
.
let _: Weak<str> = Weak::new();