diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
commit | 9918693037dce8aa4bb6f08741b6812923486c18 (patch) | |
tree | 21d2b40bec7e6a7ea664acee056eb3d08e15a1cf /vendor/wasm-bindgen-macro/ui-tests | |
parent | Releasing progress-linux version 1.75.0+dfsg1-5~progress7.99u1. (diff) | |
download | rustc-9918693037dce8aa4bb6f08741b6812923486c18.tar.xz rustc-9918693037dce8aa4bb6f08741b6812923486c18.zip |
Merging upstream version 1.76.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/wasm-bindgen-macro/ui-tests')
3 files changed, 11 insertions, 11 deletions
diff --git a/vendor/wasm-bindgen-macro/ui-tests/async-errors.stderr b/vendor/wasm-bindgen-macro/ui-tests/async-errors.stderr index cf833c87d..a128c73c0 100644 --- a/vendor/wasm-bindgen-macro/ui-tests/async-errors.stderr +++ b/vendor/wasm-bindgen-macro/ui-tests/async-errors.stderr @@ -32,10 +32,10 @@ error[E0277]: the trait bound `wasm_bindgen::JsValue: From<BadType>` is not sati <wasm_bindgen::JsValue as From<&'a str>> <wasm_bindgen::JsValue as From<*const T>> <wasm_bindgen::JsValue as From<*mut T>> - <wasm_bindgen::JsValue as From<JsError>> - <wasm_bindgen::JsValue as From<MyType>> - <wasm_bindgen::JsValue as From<Option<T>>> - and 72 others + <wasm_bindgen::JsValue as From<Array>> + <wasm_bindgen::JsValue as From<ArrayBuffer>> + <wasm_bindgen::JsValue as From<BigInt64Array>> + and $N others = note: required for `BadType` to implement `Into<wasm_bindgen::JsValue>` = note: required for `BadType` to implement `IntoJsResult` = note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info) diff --git a/vendor/wasm-bindgen-macro/ui-tests/missing-catch.stderr b/vendor/wasm-bindgen-macro/ui-tests/missing-catch.stderr index 55466de06..5e54e41e7 100644 --- a/vendor/wasm-bindgen-macro/ui-tests/missing-catch.stderr +++ b/vendor/wasm-bindgen-macro/ui-tests/missing-catch.stderr @@ -8,9 +8,9 @@ error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, wasm_bindgen::JsVal *const T *mut T Box<[T]> - Box<[f32]> - Box<[f64]> - Box<[i16]> - Box<[i32]> - Box<[i64]> - and 35 others + Clamped<T> + Option<T> + Option<f32> + Option<f64> + Option<i32> + and $N others diff --git a/vendor/wasm-bindgen-macro/ui-tests/traits-not-implemented.stderr b/vendor/wasm-bindgen-macro/ui-tests/traits-not-implemented.stderr index 5b8e12228..714050a53 100644 --- a/vendor/wasm-bindgen-macro/ui-tests/traits-not-implemented.stderr +++ b/vendor/wasm-bindgen-macro/ui-tests/traits-not-implemented.stderr @@ -13,5 +13,5 @@ error[E0277]: the trait bound `A: IntoWasmAbi` is not satisfied &'a (dyn Fn(A, B, C, D, E) -> R + 'b) &'a (dyn Fn(A, B, C, D, E, F) -> R + 'b) &'a (dyn Fn(A, B, C, D, E, F, G) -> R + 'b) - and 84 others + and $N others = note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info) |