summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0071.stderr
blob: 020dad3ac9f8e5faece5521c2cc3e2af546e619b (plain)
1
2
3
4
5
6
7
8
error[E0071]: expected struct, variant or union type, found enum `Foo`
  --> $DIR/E0071.rs:15:13
   |
15 |     let u = FooAlias { value: 0 };
   |             ^^^^^^^^ not a struct

error: aborting due to previous error