We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4374650 commit 6b114d2Copy full SHA for 6b114d2
posts/inside-rust/2020-05-25-new-inline-asm.md
@@ -27,7 +27,8 @@ one of the most requested features.
27
28
In an effort to improve `asm!` and bring it to more users, [Amanieu
29
d'Antras](https://github.com/Amanieu) designed and implemented a new,
30
-friendlier syntax for `asm!`. This syntax has had a long road:
+friendlier syntax for `asm!`. This syntax has had a long road from concept to
31
+compiler implementation:
32
- The proposal first started as a [pre-RFC on
33
internals](https://internals.rust-lang.org/t/pre-rfc-2-inline-assembly/11310).
34
- Inline assembly became the language team's first [project
0 commit comments