Hacker News new | ask | show | jobs
by hechang1997 2348 days ago
It is actually easier to introduce an undefined behavior in unsafe rust than in C, since rust use the guarantee that two mutable references living that the same time cannot aliase to optimize code.