]> git.lizzy.rs Git - rust.git/blob - tests/ui/typeck/nonexistent-field-not-ambiguous.stderr
Rollup merge of #106788 - estebank:elaborate_pred_E0599, r=compiler-errors
[rust.git] / tests / ui / typeck / nonexistent-field-not-ambiguous.stderr
1 error[E0412]: cannot find type `MissingType` in this scope
2   --> $DIR/nonexistent-field-not-ambiguous.rs:2:10
3    |
4 LL |     val: MissingType,
5    |          ^^^^^^^^^^^ not found in this scope
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0412`.