]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/missing/missing-items/missing-type-parameter.stderr
Add more context for type parameters
[rust.git] / src / test / ui / missing / missing-items / missing-type-parameter.stderr
index dbb467d60f9ec98bd7a402c416dfe3ce7d331399..be97f2373c31337283ea0773818d5f507bf3166f 100644 (file)
@@ -2,7 +2,7 @@ error[E0282]: type annotations needed
   --> $DIR/missing-type-parameter.rs:4:5
    |
 LL |     foo();
-   |     ^^^ cannot infer type for `X`
+   |     ^^^ cannot infer type for type parameter `X`
 
 error: aborting due to previous error