]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-32782.stderr
New upstream version 1.38.0+dfsg1
[rustc.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
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0658`.