From dc0db358abe19481e475e10c32149b53370f1a1c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:57:31 +0200 Subject: Merging upstream version 1.72.1+dfsg1. Signed-off-by: Daniel Baumann --- .../wasm-bindgen-macro/ui-tests/wasm-bindgen.stderr | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vendor/wasm-bindgen-macro/ui-tests/wasm-bindgen.stderr (limited to 'vendor/wasm-bindgen-macro/ui-tests/wasm-bindgen.stderr') diff --git a/vendor/wasm-bindgen-macro/ui-tests/wasm-bindgen.stderr b/vendor/wasm-bindgen-macro/ui-tests/wasm-bindgen.stderr new file mode 100644 index 000000000..7ed892ebb --- /dev/null +++ b/vendor/wasm-bindgen-macro/ui-tests/wasm-bindgen.stderr @@ -0,0 +1,19 @@ +error[E0433]: failed to resolve: could not find `convert` in `test` + --> ui-tests/wasm-bindgen.rs:37:1 + | +37 | #[wasm_bindgen(wasm_bindgen = test)] + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `convert` in `test` + | + = note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info) + +error[E0425]: cannot find function `future_to_promise` in module `test` + --> ui-tests/wasm-bindgen.rs:40:1 + | +40 | #[wasm_bindgen(wasm_bindgen_futures = test)] + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `test` + | + = note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info) +help: consider importing this function + | +3 | use wasm_bindgen_futures::future_to_promise; + | -- cgit v1.2.3