]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/resolve/issue-85348.stderr
Suggest `collect`ing into `Vec<_>`
[rust.git] / src / test / ui / resolve / issue-85348.stderr
index f839dd927db999b883504950badb49cf32a914e8..cc9cd3fe68be7056444c8db9ad2efeca92cd1be1 100644 (file)
@@ -19,7 +19,7 @@ error[E0282]: type annotations needed
 LL |         let mut N;
    |             ^^^^^
    |
-help: consider giving `N` an explicit type
+help: consider giving `N` an explicit type, where the placeholders `_` are specified
    |
 LL |         let mut N: _;
    |                  +++