2018-07-15 16:11:54 -05:00
|
|
|
error[E0603]: function `fly` is private
|
2018-10-27 12:21:34 -05:00
|
|
|
--> $DIR/issue-3993.rs:11:10
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | use zoo::fly; //~ ERROR: function `fly` is private
|
2018-10-27 12:21:34 -05:00
|
|
|
| ^^^
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0603`.
|