2018-08-08 07:28:26 -05:00
|
|
|
error[E0603]: static `private` is private
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/static-priv-by-default2.rs:15:30
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | use child::childs_child::private;
|
2018-10-27 12:21:34 -05:00
|
|
|
| ^^^^^^^
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error[E0603]: static `private` is private
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/static-priv-by-default2.rs:23:33
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | use static_priv_by_default::private;
|
2018-10-27 12:21:34 -05:00
|
|
|
| ^^^^^^^
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0603`.
|