8000
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 2fff48d commit 92c0ad7Copy full SHA for 92c0ad7
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)]
rtstartup/rsend.rs
@@ -17,6 +17,8 @@ trait Copy {}
17
18
19
20
21
22
23
24
0 commit comments