summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/in-trait/return-not-existing-type-wrapping-rpitit.current.stderr
blob: 2564d68d591af3e8abfcb47fe8aa2052716528d5 (plain)
1
2
3
4
5
6
7
8
9
error[E0412]: cannot find type `Missing` in this scope
  --> $DIR/return-not-existing-type-wrapping-rpitit.rs:10:25
   |
LL |     fn bar() -> Wrapper<Missing<impl Sized>>;
   |                         ^^^^^^^ not found in this scope

error: aborting due to previous error

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