blob: 14e1bb624033b7b2e5f6f611b8e6bc431a0d6c7b [file] [log] [blame]
error[E0574]: expected struct, variant or union type, found trait `Trait`
--> $DIR/issue-18986.rs:8:9
|
LL | Trait { x: 42 } => ()
| ^^^^^ not a struct, variant or union type
error: aborting due to previous error