]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-39362.stderr
Rollup merge of #56425 - scottmcm:redo-vec-set_len-docs, r=Centril
[rust.git] / src / test / ui / issues / issue-39362.stderr
1 error[E0004]: non-exhaustive patterns: `Bar { bar: C, .. }`, `Bar { bar: D, .. }`, `Bar { bar: E, .. }` and 1 more not covered
2   --> $DIR/issue-39362.rs:10:11
3    |
4 LL |     match f {
5    |           ^ patterns `Bar { bar: C, .. }`, `Bar { bar: D, .. }`, `Bar { bar: E, .. }` and 1 more not covered
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0004`.