]> git.lizzy.rs Git - rust.git/commitdiff
Remove inaccurate claim about inline assembly
authorSteve Klabnik <steve@steveklabnik.com>
Wed, 9 Mar 2016 08:52:35 +0000 (03:52 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Wed, 9 Mar 2016 08:52:35 +0000 (03:52 -0500)
It's not like GCC's.

Fixes #20213

src/doc/book/inline-assembly.md

index 7659c4ff88dae983d3a4985fe223c1da41d2c92c..a5a2d7ce74e7d741271a8dcd447a120f2147bab7 100644 (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