We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edc55f commit d64b976Copy full SHA for d64b976
src/test/ui/asm/aarch64/type-check-2.stderr
@@ -22,7 +22,7 @@ LL | asm!("{:v}", in(vreg) SimdNonCopy(0.0, 0.0, 0.0, 0.0));
22
|
23
= note: `SimdNonCopy` does not implement the Copy trait
24
25
-error: cannot use value of type `[closure@$DIR/type-check-2.rs:41:28: 41:38]` for inline assembly
+error: cannot use value of type `[closure@$DIR/type-check-2.rs:41:28: 41:36]` for inline assembly
26
--> $DIR/type-check-2.rs:41:28
27
28
LL | asm!("{}", in(reg) |x: i32| x);
0 commit comments