summary refs log tree commit diff
path: root/src/test/ui/feature-gate-wasm_import_module.stderr
blob: bae5fa9d5956cd922c8ff24bb33242ef4918986c (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: experimental attribute
  --> $DIR/feature-gate-wasm_import_module.rs:11:1
   |
LL | #[wasm_import_module = "test"] //~ ERROR: experimental
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: add #![feature(wasm_import_module)] to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.