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.
2 parents dd31c8d + 0733990 commit 0a000d4Copy full SHA for 0a000d4
src/unchecked-uninit.md
@@ -43,7 +43,7 @@ let x = {
43
unsafe { mem::transmute::<_, [Box<u32>; SIZE]>(x) }
44
};
45
46
-dbg!(x);
+println!("{x:?}");
47
```
48
49
This code proceeds in three steps:
0 commit comments