]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/resolve/issue-85348.stderr
Rollup merge of #96768 - m-ou-se:futex-fuchsia, r=tmandry
[rust.git] / src / test / ui / resolve / issue-85348.stderr
index f475c26f32b8fec5f7f6e893c242684d528e4107..f839dd927db999b883504950badb49cf32a914e8 100644 (file)
@@ -17,7 +17,12 @@ error[E0282]: type annotations needed
   --> $DIR/issue-85348.rs:6:13
    |
 LL |         let mut N;
-   |             ^^^^^ consider giving `N` a type
+   |             ^^^^^
+   |
+help: consider giving `N` an explicit type
+   |
+LL |         let mut N: _;
+   |                  +++
 
 error: aborting due to 3 previous errors