summary refs log tree commit diff
path: root/src/test/ui/issues/issue-10545.stderr
blob: e486a17bda940fb6460ce8c538b8abdfa13fb733 (plain)
1
2
3
4
5
6
7
8
9
error[E0603]: struct `S` is private
  --> $DIR/issue-10545.rs:6: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`.