X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2898555a14938b304571b1b717dae95541972f51..a687d52c7115abf8c8486196fac1d1b9e6b7a9c8:/personal/_posts/2017-06-09-mutexguard-sync.md diff --git a/personal/_posts/2017-06-09-mutexguard-sync.md b/personal/_posts/2017-06-09-mutexguard-sync.md index a01980f..62ac7de 100644 --- a/personal/_posts/2017-06-09-mutexguard-sync.md +++ b/personal/_posts/2017-06-09-mutexguard-sync.md @@ -1,6 +1,7 @@ --- title: How MutexGuard was Sync When It Should Not Have Been categories: rust +reddit: /rust/comments/6gavfe/how_mutexguard_was_sync_when_it_should_not_have/ --- A couple of weeks ago, our ongoing effort to [formalize Rust's type system]({{ site.baseurl }}{% post_url 2015-10-12-formalizing-rust %}) lead to us actually discovering a bug in the Rust standard library: