From 5f1808a157916813ef646b0ece7247490e71d60e Mon Sep 17 00:00:00 2001 From: Liam Murphy Date: Thu, 10 Aug 2023 23:01:55 +1000 Subject: [PATCH] update reference tests --- crates/macro/ui-tests/missing-catch.stderr | 12 ++++++------ crates/macro/ui-tests/traits-not-implemented.stderr | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/crates/macro/ui-tests/missing-catch.stderr b/crates/macro/ui-tests/missing-catch.stderr index 55466de06d6..5e54e41e7f7 100644 --- a/crates/macro/ui-tests/missing-catch.stderr +++ b/crates/macro/ui-tests/missing-catch.stderr @@ -8,9 +8,9 @@ error[E0277]: the trait bound `Result - Box<[f32]> - Box<[f64]> - Box<[i16]> - Box<[i32]> - Box<[i64]> - and 35 others + Clamped + Option + Option + Option + Option + and $N others diff --git a/crates/macro/ui-tests/traits-not-implemented.stderr b/crates/macro/ui-tests/traits-not-implemented.stderr index 5b8e122287f..714050a53b5 100644 --- a/crates/macro/ui-tests/traits-not-implemented.stderr +++ b/crates/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)