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