Merge pull request #491 from senekor/senekor-qslukqomvpom

Fix code sample output in unchecked-uninit.md
master
Yuki Okushi 1 month ago committed by GitHub
commit 0a000d437f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,7 +43,7 @@ let x = {
unsafe { mem::transmute::<_, [Box<u32>; SIZE]>(x) }
};
dbg!(x);
println!("{x:?}");
```
This code proceeds in three steps:

Loading…
Cancel
Save