Skip to content

Commit

Permalink
Fix repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Dec 11, 2019
1 parent 26f644b commit 6bd89bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-project-asm.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Certain elements are definitively out of scope:

* 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).

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

0 comments on commit 6bd89bc

Please sign in to comment.