blob: 9c29a37cb930bb343955d77dd56e5a68c123e5cb (
plain)
1
2
3
4
5
6
7
8
9
|
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`.
|