]> git.lizzy.rs Git - rust.git/blob - tests/ui/regions/outlives-with-missing.stderr
internally change regions to be covariant
[rust.git] / tests / ui / regions / outlives-with-missing.stderr
1 error[E0412]: cannot find type `T` in this scope
2   --> $DIR/outlives-with-missing.rs:10:9
3    |
4 LL | impl<H: HandlerFamily> HandlerWrapper<H> {
5    |      - similarly named type parameter `H` defined here
6 ...
7 LL |         T: Send + Sync + 'static,
8    |         ^ help: a type parameter with a similar name exists: `H`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0412`.