]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-25368.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-25368.stderr
index 0b890b573da131ad77cba13b3d3642f82b8fee92..de020d4b56ba1b428bc8a77c07a58bcf41b51b1e 100644 (file)
@@ -5,7 +5,7 @@ LL |     let (tx, rx) = channel();
    |         -------- consider giving this pattern the explicit type `(std::sync::mpsc::Sender<Foo<T>>, std::sync::mpsc::Receiver<Foo<T>>)`, where the type parameter `T` is specified
 ...
 LL |         tx.send(Foo{ foo: PhantomData });
-   |                 ^^^ cannot infer type for `T`
+   |                 ^^^ cannot infer type for type parameter `T`
 
 error: aborting due to previous error