Skip to content

Commit 6b114d2

Browse files
committed
Improve prose
1 parent 4374650 commit 6b114d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posts/inside-rust/2020-05-25-new-inline-asm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ one of the most requested features.
2727

2828
In an effort to improve `asm!` and bring it to more users, [Amanieu
2929
d'Antras](https://github.com/Amanieu) designed and implemented a new,
30-
friendlier syntax for `asm!`. This syntax has had a long road:
30+
friendlier syntax for `asm!`. This syntax has had a long road from concept to
31+
compiler implementation:
3132
- The proposal first started as a [pre-RFC on
3233
internals](https://internals.rust-lang.org/t/pre-rfc-2-inline-assembly/11310).
3334
- Inline assembly became the language team's first [project

0 commit comments

Comments
 (0)