2023-08-27 17:02:54 -05:00
|
|
|
error[E0063]: missing field `t` in initializer of `Wrapper<_>`
|
|
|
|
--> $DIR/future-contains-err-issue-115188.rs:7:13
|
|
|
|
|
|
|
|
|
LL | let y = Wrapper { };
|
|
|
|
| ^^^^^^^ missing `t`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-08-27 17:02:54 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0063`.
|