Skip to content

Commit d64b976

Browse files
committed
Bless aarch64 test.
1 parent 5edc55f commit d64b976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/asm/aarch64/type-check-2.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LL | asm!("{:v}", in(vreg) SimdNonCopy(0.0, 0.0, 0.0, 0.0));
2222
|
2323
= note: `SimdNonCopy` does not implement the Copy trait
2424

25-
error: cannot use value of type `[closure@$DIR/type-check-2.rs:41:28: 41:38]` for inline assembly
25+
error: cannot use value of type `[closure@$DIR/type-check-2.rs:41:28: 41:36]` for inline assembly
2626
--> $DIR/type-check-2.rs:41:28
2727
|
2828
LL | asm!("{}", in(reg) |x: i32| x);

0 commit comments

Comments
 (0)