]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/unboxed-closures/unboxed-closures-failed-recursive-fn-2.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / unboxed-closures / unboxed-closures-failed-recursive-fn-2.stderr
index 18af3dc640d1c9108d00ec31812d15992c1b2d41..de20a38c447503db8ea0144a1c33a45afb8f1d73 100644 (file)
@@ -1,8 +1,8 @@
-error[E0282]: type annotations needed for `std::option::Option<T>`
+error[E0282]: type annotations needed for `Option<T>`
   --> $DIR/unboxed-closures-failed-recursive-fn-2.rs:16:32
    |
 LL |     let mut closure0 = None;
-   |         ------------ consider giving `closure0` the explicit type `std::option::Option<T>`, with the type parameters specified
+   |         ------------ consider giving `closure0` the explicit type `Option<T>`, with the type parameters specified
 ...
 LL |                         return c();
    |                                ^^^ cannot infer type