Skip to content

Commit 746757a

Browse files
committed
Slight copyedit
1 parent 6b114d2 commit 746757a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ this syntax even slightly wrong tended to produce an Internal Compiler Error
2222
(ICE) rather than the kind of friendly error message you've come to expect from
2323
rustc. This syntax also had little to no hope of being supported on any
2424
non-LLVM backend. As a result of these limitations, the `asm!` syntax was
25-
highly unlikely to ever graduate from nightly to stable Rust, despite it being
26-
one of the most requested features.
25+
highly unlikely to ever graduate from nightly to stable Rust, despite being one
26+
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,

0 commit comments

Comments
 (0)