Skip to content

Commit 5f1808a

Browse files
committed
update reference tests
1 parent 68f2d8f commit 5f1808a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

crates/macro/ui-tests/missing-catch.stderr

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, wasm_bindgen::JsVal
88
*const T
99
*mut T
1010
Box<[T]>
11-
Box<[f32]>
12-
Box<[f64]>
13-
Box<[i16]>
14-
Box<[i32]>
15-
Box<[i64]>
16-
and 35 others
11+
Clamped<T>
12+
Option<T>
13+
Option<f32>
14+
Option<f64>
15+
Option<i32>
16+
and $N others

crates/macro/ui-tests/traits-not-implemented.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ error[E0277]: the trait bound `A: IntoWasmAbi` is not satisfied
1313
&'a (dyn Fn(A, B, C, D, E) -> R + 'b)
1414
&'a (dyn Fn(A, B, C, D, E, F) -> R + 'b)
1515
&'a (dyn Fn(A, B, C, D, E, F, G) -> R + 'b)
16-
and 84 others
16+
and $N others
1717
= note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)