blob: 4036152c27fc9bb5bf1a18b5d691d7b21b81c1a2 [file] [log] [blame]
error: type `m::Priv` is private
--> $DIR/private-inferred-type-1.rs:26:5
|
LL | [].arr0_secret(); //~ ERROR type `m::Priv` is private
| ^^^^^^^^^^^^^^^^
error: type `m::Priv` is private
--> $DIR/private-inferred-type-1.rs:27:5
|
LL | None.ty_param_secret(); //~ ERROR type `m::Priv` is private
| ^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors