blob: eb2957a8225937623fe0d18cd0bf7ff93b512fa4 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0532]: expected unit struct/variant or constant, found function `foo::bar`
--> $DIR/issue-12863.rs:15:9
|
LL | foo::bar => {} //~ ERROR expected unit struct/variant or constant, found function `foo::bar`
| ^^^^^^^^ not a unit struct/variant or constant
error: aborting due to previous error
For more information about this error, try `rustc --explain E0532`.
|