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
2222(ICE) rather than the kind of friendly error message you've come to expect from
2323rustc. This syntax also had little to no hope of being supported on any
2424non-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
2828In an effort to improve ` asm! ` and bring it to more users, [ Amanieu
2929d'Antras] ( https://github.com/Amanieu ) designed and implemented a new,
You can’t perform that action at this time.
0 commit comments