#RustQuiz: what will be the output?

A. false
B. true
C. Compilation error
D. unsafe block is missing

#rustlang #rust

@AstraKernel they’re pointers, so you’re comparing addresses. Those aren’t the same address.
@clf @AstraKernel except the types are ZSTs, so they actually are!