]> git.lizzy.rs Git - rust.git/blob - src/test/ui/typeck/autoderef-with-param-env-error.stderr
:arrow_up: rust-analyzer
[rust.git] / src / test / 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 | fn foo()
5    |       - help: you might be missing a type parameter: `<T>`
6 LL | where
7 LL |     T: Send,
8    |     ^ not found in this scope
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0412`.