Skip to content

Commit 9911615

Browse files
committed
RFC 2843
1 parent 25dd57b commit 9911615

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/0000-llvm-asm.md renamed to text/2843-llvm-asm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: `llvm_asm`
22
- Start Date: 2019-12-31
3-
- RFC PR: [rust-lang/rfcs#0000](https://github.com/rust-lang/rfcs/pull/0000)
4-
- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000)
3+
- RFC PR: [rust-lang/rfcs#2843](https://github.com/rust-lang/rfcs/pull/2843)
4+
- Rust Issue: [rust-lang/rust#70173](https://github.com/rust-lang/rust/issues/70173)
55

66
# Summary
77
[summary]: #summary
@@ -70,4 +70,4 @@ silent miscompilations are expected since the operand separator will be changed
7070
from `:` to `,`, which will guarantee that any existing `asm!` invocations will
7171
fail with a syntax error with the new `asm!` macro.
7272

73-
[inline-asm-rfc]: https://github.com/rust-lang/project-inline-asm/blob/master/rfcs/0000-inline-asm.md
73+
[inline-asm-rfc]: https://github.com/rust-lang/rfcs/pull/2873

0 commit comments

Comments
 (0)