summary refs log tree commit diff
path: root/src/test/ui/wasm-import-module.stderr
blob: 47d6cb6899723c4b2bcd2b4b5d937ea714928081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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