]> git.lizzy.rs Git - rust.git/blob - tests/ui/typeck/autoderef-with-param-env-error.stderr
Render missing generics suggestion verbosely
[rust.git] / tests / ui / typeck / autoderef-with-param-env-error.stderr
1 error[E0412]: cannot find type `T` in this scope
2   --> $DIR/autoderef-with-param-env-error.rs:3:5
3    |
4 LL |     T: Send,
5    |     ^ not found in this scope
6    |
7 help: you might be missing a type parameter
8    |
9 LL | fn foo<T>()
10    |       +++
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0412`.