granite-rust/src/test/ui/methods/method-resolvable-path-in-pattern.stderr

10 lines
382 B
Text
Raw Normal View History

2018-08-08 14:28:26 +02:00
error[E0532]: expected unit struct/variant or constant, found method `MyTrait::trait_bar`
2018-12-25 08:56:47 -07:00
--> $DIR/method-resolvable-path-in-pattern.rs:11:9
2018-08-08 14:28:26 +02:00
|
LL | <Foo as MyTrait>::trait_bar => {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a unit struct/variant or constant
error: aborting due to previous error
For more information about this error, try `rustc --explain E0532`.