about summary refs log tree commit diff
path: root/tests/ui/regions/outlives-with-missing.stderr
blob: 0e3aaaf5fdbd0f2e956fe12688261317d0e28281 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0412]: cannot find type `T` in this scope
  --> $DIR/outlives-with-missing.rs:10:9
   |
LL | impl<H: HandlerFamily> HandlerWrapper<H> {
   |      - similarly named type parameter `H` defined here
...
LL |         T: Send + Sync + 'static,
   |         ^ help: a type parameter with a similar name exists: `H`

error: aborting due to 1 previous error

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