diff options
| author | Michael Goulet <michael@errs.io> | 2023-01-17 02:35:47 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-01-17 03:06:38 +0000 |
| commit | 716ea5f19cf28c4d2ce6b87ee17ab855ff837385 (patch) | |
| tree | 6df0303fe915d817df626a4118b92eb49f6581e7 /tests/ui/simd | |
| parent | 481725984b4cd94ef5c00917b01c1771b6e5299c (diff) | |
| download | rust-716ea5f19cf28c4d2ce6b87ee17ab855ff837385.tar.gz rust-716ea5f19cf28c4d2ce6b87ee17ab855ff837385.zip | |
Fix use suggestion span
Diffstat (limited to 'tests/ui/simd')
| -rw-r--r-- | tests/ui/simd/portable-intrinsics-arent-exposed.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/simd/portable-intrinsics-arent-exposed.stderr b/tests/ui/simd/portable-intrinsics-arent-exposed.stderr index 8881ede0dbc..f8b3e6d65af 100644 --- a/tests/ui/simd/portable-intrinsics-arent-exposed.stderr +++ b/tests/ui/simd/portable-intrinsics-arent-exposed.stderr @@ -15,7 +15,7 @@ LL | use std::simd::intrinsics; help: consider importing this module instead | LL | use std::intrinsics; - | ~~~~~~~~~~~~~~~~ + | ~~~~~~~~~~~~~~~ error: aborting due to 2 previous errors |
