@@ -75,9 +75,9 @@ help: the return type of this call is `u32` due to the type of the argument pass
75
75
| |
76
76
| this argument influences the return type of `spirv_std`
77
77
note: function defined here
78
- --> $SPIRV_STD_SRC/lib.rs:138 :8
78
+ --> $SPIRV_STD_SRC/lib.rs:139 :8
79
79
|
80
- 138 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
80
+ 139 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
81
81
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
82
82
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
83
83
help: change the type of the numeric literal from `u32` to `f32`
@@ -102,9 +102,9 @@ help: the return type of this call is `f32` due to the type of the argument pass
102
102
| |
103
103
| this argument influences the return type of `spirv_std`
104
104
note: function defined here
105
- --> $SPIRV_STD_SRC/lib.rs:138 :8
105
+ --> $SPIRV_STD_SRC/lib.rs:139 :8
106
106
|
107
- 138 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
107
+ 139 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
108
108
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
109
109
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
110
110
help: change the type of the numeric literal from `f32` to `u32`
@@ -129,12 +129,12 @@ error[E0277]: the trait bound `{float}: Vector<f32, 2>` is not satisfied
129
129
<UVec3 as Vector<u32, 3>>
130
130
and 5 others
131
131
note: required by a bound in `debug_printf_assert_is_vector`
132
- --> $SPIRV_STD_SRC/lib.rs:145 :8
132
+ --> $SPIRV_STD_SRC/lib.rs:146 :8
133
133
|
134
- 143 | pub fn debug_printf_assert_is_vector<
134
+ 144 | pub fn debug_printf_assert_is_vector<
135
135
| ----------------------------- required by a bound in this function
136
- 144 | TY: crate::scalar::Scalar,
137
- 145 | V: crate::vector::Vector<TY, SIZE>,
136
+ 145 | TY: crate::scalar::Scalar,
137
+ 146 | V: crate::vector::Vector<TY, SIZE>,
138
138
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `debug_printf_assert_is_vector`
139
139
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
140
140
@@ -155,9 +155,9 @@ help: the return type of this call is `Vec2` due to the type of the argument pas
155
155
| |
156
156
| this argument influences the return type of `spirv_std`
157
157
note: function defined here
158
- --> $SPIRV_STD_SRC/lib.rs:138 :8
158
+ --> $SPIRV_STD_SRC/lib.rs:139 :8
159
159
|
160
- 138 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
160
+ 139 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
161
161
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
162
162
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
163
163
0 commit comments