2019-10-29 07:59:22 -05:00
|
|
|
error[E0742]: visibilities can only be restricted to ancestor modules
|
2020-10-16 18:28:11 -05:00
|
|
|
--> $DIR/issue-50493.rs:8:12
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | pub(in restricted) field: usize,
|
2018-12-02 13:27:37 -06:00
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
2020-10-16 18:28:11 -05:00
|
|
|
error: aborting due to previous error
|
2018-12-02 13:27:37 -06:00
|
|
|
|
2020-10-16 18:28:11 -05:00
|
|
|
For more information about this error, try `rustc --explain E0742`.
|