Skip to content

Commit ba947ce

Browse files
BeastLe9enDeddyb
authored andcommitted
Fix line error
1 parent f69d94e commit ba947ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/arch/debug_printf_type_checking.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ error[E0277]: the trait bound `{float}: Vector<f32, 2_usize>` is not satisfied
100100
<IVec3 as Vector<i32, 3_usize>>
101101
and 9 others
102102
note: required by a bound in `debug_printf_assert_is_vector`
103-
--> $SPIRV_STD_SRC/lib.rs:144:8
103+
--> $SPIRV_STD_SRC/lib.rs:145:8
104104
|
105-
144 | V: crate::vector::Vector<TY, SIZE>,
105+
145 | V: crate::vector::Vector<TY, SIZE>,
106106
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `debug_printf_assert_is_vector`
107107

108108
error[E0308]: mismatched types

0 commit comments

Comments
 (0)