@@ -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:144 :8
78
+ --> $SPIRV_STD_SRC/lib.rs:134 :8
79
79
|
80
- 144 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
80
+ 134 | 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:144 :8
105
+ --> $SPIRV_STD_SRC/lib.rs:134 :8
106
106
|
107
- 144 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
107
+ 134 | 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`
@@ -132,9 +132,9 @@ error[E0277]: the trait bound `{float}: Vector<f32, 2>` is not satisfied
132
132
<UVec3 as Vector<u32, 3>>
133
133
and 5 others
134
134
note: required by a bound in `debug_printf_assert_is_vector`
135
- --> $SPIRV_STD_SRC/lib.rs:151 :8
135
+ --> $SPIRV_STD_SRC/lib.rs:141 :8
136
136
|
137
- 151 | V: crate::vector::Vector<TY, SIZE>,
137
+ 141 | V: crate::vector::Vector<TY, SIZE>,
138
138
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `debug_printf_assert_is_vector`
139
139
140
140
error[E0308]: mismatched types
@@ -154,9 +154,9 @@ help: the return type of this call is `Vec2` due to the type of the argument pas
154
154
| |
155
155
| this argument influences the return type of `spirv_std`
156
156
note: function defined here
157
- --> $SPIRV_STD_SRC/lib.rs:144 :8
157
+ --> $SPIRV_STD_SRC/lib.rs:134 :8
158
158
|
159
- 144 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
159
+ 134 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
160
160
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
161
161
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
162
162
0 commit comments