BoxyUwU / rust-quiz

28 stars 5 forks source link

Add details to Unsafe 2 solution #42

Closed MeGaGiGaGon closed 3 months ago

MeGaGiGaGon commented 4 months ago

Adds an explanation for why it's UB past reading uninitialized memory (basically a shortened version of part of the MaybeUnint docs) and a link to the MaybeUnint docs.