Bugs You'll Probably Only Have in Rust Alexis Beingessner - June 14, 2017 The source of this post is hosted on Github. If you find any errors, please file an issue or submit a PR! 😀 Recently, Ralf Jung found a bug in Rust's standard library. Congrats to him! 🎉 The bug was a missing annotation, and the result was that users of Rust's stdlib could compile some incorrect programs that violated memo