Skip to content

Commit eaaead5

Browse files
committed
Remove scope limitation
1 parent 9b40dec commit eaaead5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

text/0000-project-asm.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ The project group has the following additional goals:
4343
With a lower priority, the project group also intends to tackle the following secondary, future goals:
4444
* support for module-level assembly (`global_asm!`).
4545
* support for naked functions (`#[naked]`).
46-
47-
Certain elements are definitively out of scope:
48-
49-
* 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).
5046

5147
[asm project]: https://github.com/rust-lang/project-inline-asm
5248
[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/216763-project-inline-asm

0 commit comments

Comments
 (0)