]> git.lizzy.rs Git - rust.git/blob - src/test/ui/wasm-import-module.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.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