diff options
| author | Cameron Steffen <cam.steffen94@gmail.com> | 2021-10-14 13:28:28 -0500 |
|---|---|---|
| committer | Cameron Steffen <cam.steffen94@gmail.com> | 2021-10-15 02:36:58 -0500 |
| commit | 90f4521cfdfc85fc04759cfba2f86a6acc096cb3 (patch) | |
| tree | f5fdf5b627cdb8e11004d2f5417c2006e75cb80a /src/test/ui/simd | |
| parent | f005e9fe96a938947e8f8e3c85268a2b2ed686c1 (diff) | |
| download | rust-90f4521cfdfc85fc04759cfba2f86a6acc096cb3.tar.gz rust-90f4521cfdfc85fc04759cfba2f86a6acc096cb3.zip | |
Bless tests
Diffstat (limited to 'src/test/ui/simd')
| -rw-r--r-- | src/test/ui/simd/shuffle-not-out-of-bounds.stderr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/test/ui/simd/shuffle-not-out-of-bounds.stderr b/src/test/ui/simd/shuffle-not-out-of-bounds.stderr index 5492d14f7c9..415f04d933f 100644 --- a/src/test/ui/simd/shuffle-not-out-of-bounds.stderr +++ b/src/test/ui/simd/shuffle-not-out-of-bounds.stderr @@ -5,7 +5,7 @@ LL | $y(vec1, vec2, ARR) | ^^^^^^^^^^^^^^^^^^^ ... LL | test_shuffle_lanes!(2, u8x2, simd_shuffle2); - | -------------------------------------------- in this macro invocation + | ------------------------------------------- in this macro invocation | = note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info) @@ -16,7 +16,7 @@ LL | $y(vec1, vec2, ARR) | ^^^^^^^^^^^^^^^^^^^ ... LL | test_shuffle_lanes!(4, u8x4, simd_shuffle4); - | -------------------------------------------- in this macro invocation + | ------------------------------------------- in this macro invocation | = note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info) @@ -27,7 +27,7 @@ LL | $y(vec1, vec2, ARR) | ^^^^^^^^^^^^^^^^^^^ ... LL | test_shuffle_lanes!(8, u8x8, simd_shuffle8); - | -------------------------------------------- in this macro invocation + | ------------------------------------------- in this macro invocation | = note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info) @@ -38,7 +38,7 @@ LL | $y(vec1, vec2, ARR) | ^^^^^^^^^^^^^^^^^^^ ... LL | test_shuffle_lanes!(16, u8x16, simd_shuffle16); - | ----------------------------------------------- in this macro invocation + | ---------------------------------------------- in this macro invocation | = note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info) @@ -49,7 +49,7 @@ LL | $y(vec1, vec2, ARR) | ^^^^^^^^^^^^^^^^^^^ ... LL | test_shuffle_lanes!(32, u8x32, simd_shuffle32); - | ----------------------------------------------- in this macro invocation + | ---------------------------------------------- in this macro invocation | = note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info) @@ -60,7 +60,7 @@ LL | $y(vec1, vec2, ARR) | ^^^^^^^^^^^^^^^^^^^ ... LL | test_shuffle_lanes!(64, u8x64, simd_shuffle64); - | ----------------------------------------------- in this macro invocation + | ---------------------------------------------- in this macro invocation | = note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info) |
