summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/autoderef-with-param-env-error.stderr
blob: cde800336dd3d5ac813e0ffe17de1535cbfe5aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0412]: cannot find type `T` in this scope
  --> $DIR/autoderef-with-param-env-error.rs:3:5
   |
LL | fn foo()
   |       - help: you might be missing a type parameter: `<T>`
LL | where
LL |     T: Send,
   |     ^ not found in this scope

error: aborting due to previous error

For more information about this error, try `rustc --explain E0412`.