]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gate-allow-internal-unstable-struct.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / feature-gate-allow-internal-unstable-struct.stderr
CommitLineData
2c00a5a8 1error[E0658]: allow_internal_unstable side-steps feature gating and stability checks
ff7c6d11
XL
2 --> $DIR/feature-gate-allow-internal-unstable-struct.rs:14:1
3 |
414 | #[allow_internal_unstable] //~ ERROR allow_internal_unstable side-steps
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = help: add #![feature(allow_internal_unstable)] to the crate attributes to enable
8
9error: aborting due to previous error
10