We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lang/asm/const_args
1 parent 09cfffd commit f2c5365Copy full SHA for f2c5365
tests/compiletests/ui/lang/asm/const_args.rs
@@ -9,7 +9,7 @@ fn asm() {
9
const N: usize = 3;
10
asm!(
11
"%int = OpTypeInt 32 0",
12
- "%type = OpTypeVector %int {len}",
+ "%value = OpConstant %int {len}",
13
len = const N,
14
);
15
}
0 commit comments