rust/tests
bors a2fa80d277 Auto merge of #1641 - JCTyblaidd:update_release_sequences, r=RalfJung
Weaken release sequences to match the C++20 memory model

See [Weaken Release Sequences](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0982r1.html), since the exception for relaxed writes on the same thread as a release write not blocking release sequences was removed in the C++20 memory model compared to the C11 memory model the paper was based on. The implementation can be updated and simplified to match this.  [Rust is currently specified to use the C++20 memory model](https://doc.rust-lang.org/std/sync/atomic/index.html).
2020-12-06 19:12:16 +00:00
..
compile-fail Fix typo 2020-12-06 17:11:24 +00:00
run-pass Auto merge of #1641 - JCTyblaidd:update_release_sequences, r=RalfJung 2020-12-06 19:12:16 +00:00
compiletest.rs fix './miri test' 2020-10-22 10:36:05 +02:00