summary refs log tree commit diff
path: root/src/test/ui/feature-gate-wasm_custom_section.stderr
blob: 1b4415539f44923fb0c2e9e2d0c63b8d475e654b (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: attribute is currently unstable
  --> $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`.