]> git.proxmox.com Git - rustc.git/blame - src/test/ui/typeck/autoderef-with-param-env-error.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / typeck / autoderef-with-param-env-error.stderr
CommitLineData
04454e1e
FG
1error[E0412]: cannot find type `T` in this scope
2 --> $DIR/autoderef-with-param-env-error.rs:3:5
3 |
4LL | fn foo()
5 | - help: you might be missing a type parameter: `<T>`
6LL | where
7LL | T: Send,
8 | ^ not found in this scope
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0412`.