blob: 20eec4c9f59bf5e3e6b8953ce1073eaeadc26a11 [file] [log] [blame]
error: must be of the form #[link(wasm_import_module = "...")]
--> $DIR/wasm-import-module.rs:1:22
|
LL | #[link(name = "...", wasm_import_module)]
| ^^^^^^^^^^^^^^^^^^
error: must be of the form #[link(wasm_import_module = "...")]
--> $DIR/wasm-import-module.rs:4:22
|
LL | #[link(name = "...", wasm_import_module(x))]
| ^^^^^^^^^^^^^^^^^^^^^
error: must be of the form #[link(wasm_import_module = "...")]
--> $DIR/wasm-import-module.rs:7:22
|
LL | #[link(name = "...", wasm_import_module())]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors