]> git.lizzy.rs Git - rust.git/blob - src/test/ui/wasm-import-module.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[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)] //~ ERROR: must be of the form
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))] //~ ERROR: must be of the form
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())] //~ ERROR: must be of the form
17    |                      ^^^^^^^^^^^^^^^^^^^^
18
19 error: aborting due to 3 previous errors
20