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