rust/src/test/ui/wasm-import-module.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

21 lines
649 B
Plaintext

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