We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[allow(instantly_dangling_pointer)]
1 parent 3949157 commit ddf0d12Copy full SHA for ddf0d12
library/alloc/tests/boxed.rs
@@ -4,6 +4,7 @@ use core::mem::MaybeUninit;
4
use core::ptr::NonNull;
5
6
#[test]
7
+#[allow(instantly_dangling_pointer)]
8
fn uninitialized_zero_size_box() {
9
assert_eq!(
10
&*Box::<()>::new_uninit() as *const _,
0 commit comments