summaryrefslogtreecommitdiffstats
path: root/src/test/ui/functions-closures/fn-help-with-err-generic-is-not-function.stderr
blob: 26bdf460f5e4d5c4c3671585607cc821b1ad586b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error[E0412]: cannot find type `T` in this scope
  --> $DIR/fn-help-with-err-generic-is-not-function.rs:2:13
   |
LL | impl Struct<T>
   |     -       ^ not found in this scope
   |     |
   |     help: you might be missing a type parameter: `<T>`

error[E0412]: cannot find type `T` in this scope
  --> $DIR/fn-help-with-err-generic-is-not-function.rs:7:5
   |
LL |     T: Copy,
   |     ^ not found in this scope

error: aborting due to 2 previous errors

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