Skip to content

Commit a7d9817

Browse files
committed
bless compiletest
1 parent c676db1 commit a7d9817

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/ui/arch/debug_printf_type_checking.stderr

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ help: the return type of this call is `u32` due to the type of the argument pass
7575
| |
7676
| this argument influences the return type of `spirv_std`
7777
note: function defined here
78-
--> $SPIRV_STD_SRC/lib.rs:138:8
78+
--> $SPIRV_STD_SRC/lib.rs:139:8
7979
|
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 {
8181
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
8282
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
8383
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
102102
| |
103103
| this argument influences the return type of `spirv_std`
104104
note: function defined here
105-
--> $SPIRV_STD_SRC/lib.rs:138:8
105+
--> $SPIRV_STD_SRC/lib.rs:139:8
106106
|
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 {
108108
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
109109
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
110110
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
129129
<UVec3 as Vector<u32, 3>>
130130
and 5 others
131131
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
133133
|
134-
143 | pub fn debug_printf_assert_is_vector<
134+
144 | pub fn debug_printf_assert_is_vector<
135135
| ----------------------------- 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>,
138138
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `debug_printf_assert_is_vector`
139139
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
140140

@@ -155,9 +155,9 @@ help: the return type of this call is `Vec2` due to the type of the argument pas
155155
| |
156156
| this argument influences the return type of `spirv_std`
157157
note: function defined here
158-
--> $SPIRV_STD_SRC/lib.rs:138:8
158+
--> $SPIRV_STD_SRC/lib.rs:139:8
159159
|
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 {
161161
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
162162
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
163163

0 commit comments

Comments
 (0)