mirror of https://github.com/rust-lang/rfcs.git
Accepted ompiler fences RFC
This commit is contained in:
parent
e0f6bdf17e
commit
fe16700f94
|
@ -42,6 +42,7 @@ the direction the language is evolving in.
|
|||
* [0769-sound-generic-drop.md](text/0769-sound-generic-drop.md)
|
||||
* [0803-type-ascription.md](text/0803-type-ascription.md)
|
||||
* [0809-box-and-in-for-stdlib.md](text/0809-box-and-in-for-stdlib.md)
|
||||
* [0888-compiler-fences.md](text/0888-compiler-fences.md)
|
||||
* [0909-move-thread-local-to-std-thread.md](text/0909-move-thread-local-to-std-thread.md)
|
||||
* [0911-const-fn.md](text/0911-const-fn.md)
|
||||
* [0968-closure-return-type-syntax.md](text/0968-closure-return-type-syntax.md)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
- Feature Name: compiler_fence_intrinsics
|
||||
- Start Date: 2015-02-19
|
||||
- RFC PR: (leave this empty)
|
||||
- Rust Issue: (leave this empty)
|
||||
- RFC PR: [rust-lang/rfcs#888](https://github.com/rust-lang/rfcs/pull/888)
|
||||
- Rust Issue: [rust-lang/rust#24118](https://github.com/rust-lang/rust/issues/24118)
|
||||
|
||||
# Summary
|
||||
|
Loading…
Reference in New Issue