10 lines
392 B
Plaintext
10 lines
392 B
Plaintext
|
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`.
|