We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d9827f + ddbc93b commit 0473579Copy full SHA for 0473579
1 file changed
src/inline-assembly.md
@@ -382,6 +382,7 @@ unsafe { core::arch::asm!("call {}", sym foo, clobber_abi("C")); }
382
# }
383
```
384
385
+r[asm.operand-type.supported-operands.const]
386
* `const <expr>`
387
- `<expr>` must be an integer constant expression. This expression follows the same rules as inline `const` blocks.
388
- The type of the expression may be any integer type, but defaults to `i32` just like integer literals.
0 commit comments