blob: 194ba42cbf9857d5f534e69912ef7e6a125cb8f5 [file] [log] [blame] [edit]
error[E0624]: associated function `foo` is private
--> $DIR/ufc-method-call.rs:27:27
|
LL | fn foo() {}
| -------- private associated function defined here
...
LL | test::Foo::<test::B>::foo();
| ^^^ private associated function
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0624`.