rust/src/librustc_resolve/late
Esteban Küber 697fdc568e Suggest defining type parameter when appropriate
```
error[E0412]: cannot find type `T` in this scope
 --> file.rs:3:12
  |
3 | impl Trait<T> for Struct {}
  |     -      ^ not found in this scope
  |     |
  |     help: you might be missing a type parameter: `<T>`
```

Fix #64298.
2020-01-26 10:57:18 -08:00
..
diagnostics.rs Suggest defining type parameter when appropriate 2020-01-26 10:57:18 -08:00