blob: a3955bb676e93c45f70000d9736788cd7bfa1f45 [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
| ^^^^^^^^^^^^^^^^^^
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
| ^^^^^^^^^^^^^^^^^^^^^
error: must be of the form #[link(wasm_import_module = "...")]
--> $DIR/wasm-import-module.rs:7:22
|
LL | #[link(name = "...", wasm_import_module())] //~ ERROR: must be of the form
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors