]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-32782.stderr
Consider privacy more carefully when suggesting accessing fields
[rust.git] / src / test / ui / issues / issue-32782.stderr
1 error[E0658]: allow_internal_unstable side-steps feature gating and stability checks
2   --> $DIR/issue-32782.rs:7:9
3    |
4 LL |         #[allow_internal_unstable]
5    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
6 ...
7 LL | foo!();
8    | ------ in this macro invocation
9    |
10    = help: add `#![feature(allow_internal_unstable)]` to the crate attributes to enable
11    = note: this error originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0658`.