blob: c0486d0d5f57f5813cf68f781117a2feac64e09d (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: wasm_import_memory attribute is currently unstable
--> $DIR/feature-gate-wasm_import_memory.rs:11:1
|
11 | #![wasm_import_memory] //~ ERROR: currently unstable
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(wasm_import_memory)] to the crate attributes to enable
error: aborting due to previous error
|