12 lines
432 B
Plaintext
12 lines
432 B
Plaintext
error[E0658]: attribute is currently unstable (see issue #51088)
|
|
--> $DIR/feature-gate-wasm_custom_section.rs:11:1
|
|
|
|
|
LL | #[wasm_custom_section = "foo"] //~ ERROR: attribute is currently unstable
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: add #![feature(wasm_custom_section)] to the crate attributes to enable
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|