Rollup merge of #32150 - steveklabnik:gh20213, r=bluss

Remove inaccurate claim about inline assembly

It's not like GCC's.

Fixes #20213
This commit is contained in:
Steve Klabnik 2016-03-10 14:01:54 +03:00
commit 4f8d0291f3

View File

@ -2,8 +2,7 @@
For extremely low-level manipulations and performance reasons, one
might wish to control the CPU directly. Rust supports using inline
assembly to do this via the `asm!` macro. The syntax roughly matches
that of GCC & Clang:
assembly to do this via the `asm!` macro.
```ignore
asm!(assembly template