Skip to content

Commit fe16700

Browse files
committed
Accepted ompiler fences RFC
1 parent e0f6bdf commit fe16700

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ the direction the language is evolving in.
4242
* [0769-sound-generic-drop.md](text/0769-sound-generic-drop.md)
4343
* [0803-type-ascription.md](text/0803-type-ascription.md)
4444
* [0809-box-and-in-for-stdlib.md](text/0809-box-and-in-for-stdlib.md)
45+
* [0888-compiler-fences.md](text/0888-compiler-fences.md)
4546
* [0909-move-thread-local-to-std-thread.md](text/0909-move-thread-local-to-std-thread.md)
4647
* [0911-const-fn.md](text/0911-const-fn.md)
4748
* [0968-closure-return-type-syntax.md](text/0968-closure-return-type-syntax.md)

text/0000-compiler-fence-intrinsics.md renamed to text/0888-compiler-fence-intrinsics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: compiler_fence_intrinsics
22
- Start Date: 2015-02-19
3-
- RFC PR: (leave this empty)
4-
- Rust Issue: (leave this empty)
3+
- RFC PR: [rust-lang/rfcs#888](https://github.com/rust-lang/rfcs/pull/888)
4+
- Rust Issue: [rust-lang/rust#24118](https://github.com/rust-lang/rust/issues/24118)
55

66
# Summary
77

0 commit comments

Comments
 (0)