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 529ec38 commit b95105dCopy full SHA for b95105d
core/tests/mem.rs
@@ -97,6 +97,9 @@ fn test_transmute_copy() {
97
assert_eq!(1, unsafe { transmute_copy(&1) });
98
}
99
100
+// Remove this test when `std::raw` is removed.
101
+// The replacement pointer metadata APIs are tested in library/core/tests/ptr.rs
102
+#[allow(deprecated)]
103
#[test]
104
fn test_transmute() {
105
trait Foo {
0 commit comments