mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
10 lines
297 B
Plaintext
10 lines
297 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 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0063`.
|