rust/src/test/ui/issues/issue-12863.stderr

10 lines
392 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
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`.