mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
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 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0063`.
|