]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/issue-55608-captures-empty-region.stderr
6311a7f00674f86c4383f7d551ac9bc03df0f376
[rust.git] / src / test / ui / impl-trait / issue-55608-captures-empty-region.stderr
1 error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds
2   --> $DIR/issue-55608-captures-empty-region.rs:6:16
3    |
4 LL | fn server() -> impl FilterBase2 {
5    |                ^^^^^^^^^^^^^^^^
6    |
7    = note: hidden type `Map2<[closure@$DIR/issue-55608-captures-empty-region.rs:7:36: 7:41]>` captures an empty lifetime
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0700`.