INTERNAL: Do not use. A label in an inline assembly block.
For example:
use core::arch::asm;
asm!(
"jmp {}",
label { println!("Jumped from asm!"); }
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
);
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getBlockExpr | Gets the block expression of this asm label, if it exists. |
| toString |