logoalt Hacker News

dralleyyesterday at 6:38 PM2 repliesview on HN

>There are well-known tools in the Rust ecosystem that detect this kind of error

Yes, tools like Miri, which this very post is about.


Replies

Xylakantyesterday at 6:40 PM

Indeed. My point is that just using the standard tools in the Rust ecosystem - like miri - would have trivially uncovered this error before it made it to the mainline.

show 1 reply
xienzeyesterday at 7:38 PM

I think the point is you should probably run that tool and fix all the issues _before_ merging into the master branch.