1error[E0451]: field `secret_uid` of struct `S` is private
2  --> $DIR/functional-struct-update-respects-privacy.rs:28:49
3   |
4LL |     let s_2 = foo::S { b: format!("ess two"), ..s_1 }; // FRU ...
5   |                                                 ^^^ field `secret_uid` is private
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0451`.
10