blob: 93a098432534b542eb8056f21e6c7a5f92fa710f [file] [log] [blame]
error[E0603]: struct `S` is private
--> $DIR/issue-10545.rs:17:14
|
LL | fn foo(_: a::S) { //~ ERROR: struct `S` is private
| ^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0603`.