File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ this syntax even slightly wrong tended to produce an Internal Compiler Error
22
22
(ICE) rather than the kind of friendly error message you've come to expect from
23
23
rustc. This syntax also had little to no hope of being supported on any
24
24
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.
27
27
28
28
In an effort to improve ` asm! ` and bring it to more users, [ Amanieu
29
29
d'Antras] ( https://github.com/Amanieu ) designed and implemented a new,
You can’t perform that action at this time.
0 commit comments