blob: bec70a5fb95a2a2363adc8df7a1717043de39dff [file] [log] [blame]
error[E0532]: expected unit struct/variant or constant, found function `foo::bar`
--> $DIR/issue-12863.rs:5:9
|
LL | 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`.