]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-18986.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / issue-18986.stderr
1 error[E0574]: expected struct, variant or union type, found trait `Trait`
2   --> $DIR/issue-18986.rs:8:9
3    |
4 LL |         Trait { x: 42 } => () //~ ERROR expected struct, variant or union type, found trait `Trait`
5    |         ^^^^^ not a struct, variant or union type
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0574`.