10BC0
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 923166b commit fa29ddcCopy full SHA for fa29ddc
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)]
library/rtstartup/rsend.rs
@@ -17,6 +17,8 @@ trait Copy {}
17
18
19
20
21
22
23
24
0 commit comments