]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/wasm-import-module.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / wasm-import-module.stderr
index 14b3055fea8047976a6312542eec894c9c8d2c20..a3955bb676e93c45f70000d9736788cd7bfa1f45 100644 (file)
@@ -1,17 +1,17 @@
 error: must be of the form #[link(wasm_import_module = "...")]
-  --> $DIR/wasm-import-module.rs:11:22
+  --> $DIR/wasm-import-module.rs:1:22
    |
 LL | #[link(name = "...", wasm_import_module)] //~ ERROR: must be of the form
    |                      ^^^^^^^^^^^^^^^^^^
 
 error: must be of the form #[link(wasm_import_module = "...")]
-  --> $DIR/wasm-import-module.rs:14:22
+  --> $DIR/wasm-import-module.rs:4:22
    |
 LL | #[link(name = "...", wasm_import_module(x))] //~ ERROR: must be of the form
    |                      ^^^^^^^^^^^^^^^^^^^^^
 
 error: must be of the form #[link(wasm_import_module = "...")]
-  --> $DIR/wasm-import-module.rs:17:22
+  --> $DIR/wasm-import-module.rs:7:22
    |
 LL | #[link(name = "...", wasm_import_module())] //~ ERROR: must be of the form
    |                      ^^^^^^^^^^^^^^^^^^^^