blob: 0e2da190af71b022346348c7c50d0d1d196c0f6b [file] [log] [blame] [edit]
error[E0063]: missing field `t` in initializer of `Wrapper<_>`
--> $DIR/future-contains-err-issue-115188.rs:7:13
|
LL | let y = Wrapper { };
| ^^^^^^^ missing `t`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0063`.