blob: 9c29a37cb930bb343955d77dd56e5a68c123e5cb [file] [log] [blame]
error[E0532]: expected unit struct, unit variant or constant, found function `foo::bar`
--> $DIR/issue-12863.rs:5:9
|
LL | foo::bar => {}
| ^^^^^^^^ not a unit struct, unit variant or constant
error: aborting due to previous error
For more information about this error, try `rustc --explain E0532`.