blob: 0559473e3616f4b6aac4e838db204621e6cbee18 [file] [log] [blame]
error: type `m::Priv` is private
--> $DIR/private-inferred-type-2.rs:26:5
|
LL | m::Pub::get_priv; //~ ERROR type `m::Priv` is private
| ^^^^^^^^^^^^^^^^
error: type `m::Priv` is private
--> $DIR/private-inferred-type-2.rs:27:5
|
LL | m::Pub::static_method; //~ ERROR type `m::Priv` is private
| ^^^^^^^^^^^^^^^^^^^^^
error: type `ext::Priv` is private
--> $DIR/private-inferred-type-2.rs:28:5
|
LL | ext::Pub::static_method; //~ ERROR type `ext::Priv` is private
| ^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors