]> git.lizzy.rs Git - rust.git/blob - tests/ui/use/issue-18986.stderr
Don't resolve type var roots in point_at_expr_source_of_inferred_type
[rust.git] / tests / ui / use / 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 } => ()
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`.