os-rust/src/test/ui/issues/issue-53498.stderr

10 lines
297 B
Text
Raw Normal View History

2020-03-04 21:03:15 -06:00
error[E0624]: associated function `foo` is private
--> $DIR/issue-53498.rs:16:27
2019-05-10 18:22:25 -07:00
|
LL | test::Foo::<test::B>::foo();
| ^^^ private associated function
2019-05-10 18:22:25 -07:00
error: aborting due to previous error
For more information about this error, try `rustc --explain E0624`.