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