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

error: aborting due to previous error

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