@@ -68,9 +68,9 @@ error[E0308]: mismatched types
68
68
| arguments to this function are incorrect
69
69
|
70
70
note: function defined here
71
- --> $SPIRV_STD_SRC/lib.rs:137 :8
71
+ --> $SPIRV_STD_SRC/lib.rs:135 :8
72
72
|
73
- 137 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
73
+ 135 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
74
74
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
75
75
help: change the type of the numeric literal from `u32` to `f32`
76
76
|
@@ -87,9 +87,9 @@ error[E0308]: mismatched types
87
87
| arguments to this function are incorrect
88
88
|
89
89
note: function defined here
90
- --> $SPIRV_STD_SRC/lib.rs:137 :8
90
+ --> $SPIRV_STD_SRC/lib.rs:135 :8
91
91
|
92
- 137 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
92
+ 135 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
93
93
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
94
94
help: change the type of the numeric literal from `f32` to `u32`
95
95
|
@@ -116,9 +116,9 @@ error[E0277]: the trait bound `{float}: Vector<f32, 2>` is not satisfied
116
116
<UVec3 as Vector<u32, 3>>
117
117
and 5 others
118
118
note: required by a bound in `debug_printf_assert_is_vector`
119
- --> $SPIRV_STD_SRC/lib.rs:144 :8
119
+ --> $SPIRV_STD_SRC/lib.rs:142 :8
120
120
|
121
- 144 | V: crate::vector::Vector<TY, SIZE>,
121
+ 142 | V: crate::vector::Vector<TY, SIZE>,
122
122
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `debug_printf_assert_is_vector`
123
123
124
124
error[E0308]: mismatched types
@@ -131,9 +131,9 @@ error[E0308]: mismatched types
131
131
| arguments to this function are incorrect
132
132
|
133
133
note: function defined here
134
- --> $SPIRV_STD_SRC/lib.rs:137 :8
134
+ --> $SPIRV_STD_SRC/lib.rs:135 :8
135
135
|
136
- 137 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
136
+ 135 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
137
137
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
138
138
139
139
error: aborting due to 14 previous errors
0 commit comments