rust/tests/ui/proc-macro/issue-50493.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
283 B
Plaintext
Raw Normal View History

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