diff options
Diffstat (limited to 'vendor/wasm-bindgen-macro/ui-tests/import-local.stderr')
-rw-r--r-- | vendor/wasm-bindgen-macro/ui-tests/import-local.stderr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/wasm-bindgen-macro/ui-tests/import-local.stderr b/vendor/wasm-bindgen-macro/ui-tests/import-local.stderr new file mode 100644 index 000000000..707b30fcc --- /dev/null +++ b/vendor/wasm-bindgen-macro/ui-tests/import-local.stderr @@ -0,0 +1,11 @@ +error: relative module paths aren't supported yet + --> $DIR/import-local.rs:3:25 + | +3 | #[wasm_bindgen(module = "./foo.js")] + | ^^^^^^^^^^ + +error: relative module paths aren't supported yet + --> $DIR/import-local.rs:8:25 + | +8 | #[wasm_bindgen(module = "../foo.js")] + | ^^^^^^^^^^^ |