blob: be5714cd91a2b1fb99933de4fcd594f75be5d35b (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0609]: no field `a` on type `Foo`
--> $DIR/issue-23253.rs:4:14
|
LL | Foo::Bar.a;
| ^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0609`.
|