]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/in-trait/default-body-with-rpit.stderr
Rollup merge of #103159 - cuviper:check_pow-final-try_opt, r=Mark-Simulacrum
[rust.git] / src / test / ui / impl-trait / in-trait / default-body-with-rpit.stderr
1 error[E0720]: cannot resolve opaque type
2   --> $DIR/default-body-with-rpit.rs:10:28
3    |
4 LL |     async fn baz(&self) -> impl Debug {
5    |                            ^^^^^^^^^^ cannot resolve opaque type
6    |
7    = note: these returned values have a concrete "never" type
8    = help: this error will resolve once the item's body returns a concrete type
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0720`.