]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-32782.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[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:17:9
3    |
4 LL |         #[allow_internal_unstable] //~ ERROR allow_internal_unstable side-steps
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`.