File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/doc/unstable-book/src/library-features Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,12 @@ specify some extra info about the inline assembly:
159159
160160Current valid options are:
161161
162- 1 . * volatile* - specifying this is analogous to
162+ 1 . ` volatile ` - specifying this is analogous to
163163 ` __asm__ __volatile__ (...) ` in gcc/clang.
164- 2 . * alignstack* - certain instructions expect the stack to be
164+ 2 . ` alignstack ` - certain instructions expect the stack to be
165165 aligned a certain way (i.e. SSE) and specifying this indicates to
166166 the compiler to insert its usual stack alignment code
167- 3 . * intel* - use intel syntax instead of the default AT&T.
167+ 3 . ` intel ` - use intel syntax instead of the default AT&T.
168168
169169``` rust
170170# #![feature(llvm_asm)]
You can’t perform that action at this time.
0 commit comments