diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2022-07-03 15:11:26 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2022-07-07 09:27:44 +0200 |
| commit | d64b9761cd70b6e25e4f8487ddf761c72d77211c (patch) | |
| tree | 3588e4414614586c332ae5d90d5b099ff1d0193d | |
| parent | 5edc55f99fdd850f5e3c4168c917517d6afa0e07 (diff) | |
| download | rust-d64b9761cd70b6e25e4f8487ddf761c72d77211c.tar.gz rust-d64b9761cd70b6e25e4f8487ddf761c72d77211c.zip | |
Bless aarch64 test.
| -rw-r--r-- | src/test/ui/asm/aarch64/type-check-2.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/asm/aarch64/type-check-2.stderr b/src/test/ui/asm/aarch64/type-check-2.stderr index 4b99652cd20..875df44ffab 100644 --- a/src/test/ui/asm/aarch64/type-check-2.stderr +++ b/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)); | = note: `SimdNonCopy` does not implement the Copy trait -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 --> $DIR/type-check-2.rs:41:28 | LL | asm!("{}", in(reg) |x: i32| x); |
