Module rustc_builtin_macros::asm
source ยท Structsยง
Functionsยง
- eat_
operand_ ๐keyword Used for better error messages when operand types are used that are not supported by the current macro (e.g.in
orout
forglobal_asm!
) - err_
duplicate_ ๐option Report a duplicate option error. - Report an invalid option error.
- expand_
asm ๐ - expand_
global_ ๐asm - expand_
preparsed_ ๐asm - parse_
args ๐ - parse_
clobber_ ๐abi - parse_
options ๐ - parse_
reg ๐ - try_
set_ ๐option Try to set the provided option in the providedAsmArgs
. If it is already set, report a duplicate option error.