We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bdd76 commit 9ff29d6Copy full SHA for 9ff29d6
src/liballoc/rc.rs
@@ -1832,4 +1832,4 @@ impl<T: ?Sized> AsRef<T> for Rc<T> {
1832
}
1833
1834
#[unstable(feature = "pin", issue = "49150")]
1835
-impl<T: ?Sized> Unpin for Box<T> { }
+impl<T: ?Sized> Unpin for Rc<T> { }
0 commit comments