Skip to content

Commit 6bd89bc

Browse files
committed
Fix repo link
1 parent 26f644b commit 6bd89bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-project-asm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Certain elements are definitively out of scope:
4848

4949
* The chosen `asm!` syntax should not involve rustc "understanding" the asm code itself, since this would require a huge amount of work in the compiler to support the full assembly syntax of multiple architectures. Instead, interpretation of the assembly code should be left to the compiler backend (LLVM) or an external assembler (GAS).
5050

51-
[asm project]: https://github.com/rust-lang/project-asm
51+
[asm project]: https://github.com/rust-lang/project-inline-asm
5252
[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/216763-project-inline-asm
5353
[cranelift]: https://github.com/CraneStation/cranelift/issues/444
5454
[project group]: https://github.com/rust-lang/wg-governance/blob/master/draft-rfcs/working-group-terminology.md

0 commit comments

Comments
 (0)