blob: 2631e99a9b77d70de0645c9707dd90db9bf13171 [file] [log] [blame]
error[E0603]: static `private` is private
--> $DIR/static-priv-by-default2.rs:25:30
|
LL | use child::childs_child::private;
| ^^^^^^^
error[E0603]: static `private` is private
--> $DIR/static-priv-by-default2.rs:33:33
|
LL | use static_priv_by_default::private;
| ^^^^^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0603`.