]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gate-wasm_custom_section.stderr
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / test / ui / feature-gate-wasm_custom_section.stderr
CommitLineData
94b46f34 1error[E0658]: attribute is currently unstable (see issue #51088)
0531ce1d
XL
2 --> $DIR/feature-gate-wasm_custom_section.rs:11:1
3 |
4LL | #[wasm_custom_section = "foo"] //~ ERROR: attribute is currently unstable
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = help: add #![feature(wasm_custom_section)] to the crate attributes to enable
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0658`.