]> git.proxmox.com Git - rustc.git/blame - src/test/ui/hygiene/nested_macro_privacy.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / hygiene / nested_macro_privacy.stderr
CommitLineData
1b1a35ee 1error[E0616]: field `i` of struct `S` is private
ba9703b0 2 --> $DIR/nested_macro_privacy.rs:15:18
83c7162d 3 |
532ac7d7 4LL | S::default().i;
ba9703b0 5 | ^ private field
83c7162d
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0616`.