File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2112,7 +2112,7 @@ error: type mismatch for reject and accept values in `select` call
2112
2112
│
2113
2113
5 │ _ = select(true, 1, false);
2114
2114
│ ^^^^ ^ accept value of type `{AbstractInt}`
2115
- │ │
2115
+ │ │\x20 \x20 \x20 \x20 \x20 \x20
2116
2116
│ reject value of type `bool`
2117
2117
2118
2118
" ,
@@ -3488,19 +3488,19 @@ fn inconsistent_type() {
3488
3488
"fn foo() -> f32 {
3489
3489
return dot(vec4<f32>(), vec3<f32>());
3490
3490
}" ,
3491
- r# "error: inconsistent type passed as argument #2 to `dot`
3491
+ "error: inconsistent type passed as argument #2 to `dot`
3492
3492
┌─ wgsl:2:20
3493
3493
│
3494
3494
2 │ return dot(vec4<f32>(), vec3<f32>());
3495
3495
│ ^^^ ^^^^^^^^^^ ^^^^^^^^^^ argument #2 has type vec3<f32>
3496
- │ │
3496
+ │ │\x20 \x20 \x20 \x20 \x20 \x20 \x20 \x20 \x20 \x20 \x20 \x20 \x20
3497
3497
│ this argument has type vec4<f32>, which constrains subsequent arguments
3498
3498
│
3499
3499
= note: Because argument #1 has type vec4<f32>, only the following types
3500
3500
= note: (or types that automatically convert to them) are accepted for argument #2:
3501
3501
= note: allowed type: vec4<f32>
3502
3502
3503
- "# ,
3503
+ " ,
3504
3504
) ;
3505
3505
}
3506
3506
You can’t perform that action at this time.
0 commit comments