]> git.proxmox.com Git - rustc.git/blob - src/test/ui/wasm-import-module.stderr
New upstream version 1.38.0+dfsg1
[rustc.git] / src / test / ui / wasm-import-module.stderr
1 error: must be of the form `#[link(wasm_import_module = "...")]`
2 --> $DIR/wasm-import-module.rs:1:22
3 |
4 LL | #[link(name = "...", wasm_import_module)]
5 | ^^^^^^^^^^^^^^^^^^
6
7 error: must be of the form `#[link(wasm_import_module = "...")]`
8 --> $DIR/wasm-import-module.rs:4:22
9 |
10 LL | #[link(name = "...", wasm_import_module(x))]
11 | ^^^^^^^^^^^^^^^^^^^^^
12
13 error: must be of the form `#[link(wasm_import_module = "...")]`
14 --> $DIR/wasm-import-module.rs:7:22
15 |
16 LL | #[link(name = "...", wasm_import_module())]
17 | ^^^^^^^^^^^^^^^^^^^^
18
19 error: aborting due to 3 previous errors
20