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 e3a70f1 commit 1e04bc5Copy full SHA for 1e04bc5
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