summaryrefslogtreecommitdiffstats
path: root/tests/ui/simd/portable-intrinsics-arent-exposed.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/simd/portable-intrinsics-arent-exposed.stderr')
-rw-r--r--tests/ui/simd/portable-intrinsics-arent-exposed.stderr7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/ui/simd/portable-intrinsics-arent-exposed.stderr b/tests/ui/simd/portable-intrinsics-arent-exposed.stderr
index f8b3e6d65..a6f27af42 100644
--- a/tests/ui/simd/portable-intrinsics-arent-exposed.stderr
+++ b/tests/ui/simd/portable-intrinsics-arent-exposed.stderr
@@ -2,9 +2,10 @@ error[E0433]: failed to resolve: maybe a missing crate `core`?
--> $DIR/portable-intrinsics-arent-exposed.rs:4:5
|
LL | use core::simd::intrinsics;
- | ^^^^ maybe a missing crate `core`?
- |
- = help: consider adding `extern crate core` to use the `core` crate
+ | ^^^^
+ | |
+ | maybe a missing crate `core`?
+ | help: try using `std` instead of `core`: `std`
error[E0432]: unresolved import `std::simd::intrinsics`
--> $DIR/portable-intrinsics-arent-exposed.rs:5:5