]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-39362.stderr
Merge branch 'master' into feature/core_convert_id
[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:20: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`.