]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/suggestions/core-std-import-order-issue-83564.stderr
Rollup merge of #103681 - RalfJung:libtest-thread, r=thomcc
[rust.git] / src / test / ui / suggestions / core-std-import-order-issue-83564.stderr
index ce85d93b96ca8de5f288d1f54a2f0fdc583fd608..e4e1fc591c4760d3f6acf2897ee2e6a5c5538d01 100644 (file)
@@ -2,7 +2,7 @@ error[E0433]: failed to resolve: use of undeclared type `NonZeroU32`
   --> $DIR/core-std-import-order-issue-83564.rs:8:14
    |
 LL |     let _x = NonZeroU32::new(5).unwrap();
-   |              ^^^^^^^^^^ not found in this scope
+   |              ^^^^^^^^^^ use of undeclared type `NonZeroU32`
    |
 help: consider importing one of these items
    |