We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923166b commit 7299205Copy full SHA for 7299205
library/rtstartup/rsbegin.rs
@@ -29,6 +29,8 @@ trait Copy {}
29
#[lang = "freeze"]
30
auto trait Freeze {}
31
32
+impl<T: ?Sized> Copy for *mut T {}
33
+
34
#[lang = "drop_in_place"]
35
#[inline]
36
#[allow(unconditional_recursion)]
0 commit comments