Blessed tests

This commit is contained in:
Sylvester Hesp 2022-09-06 17:11:26 +02:00 committed by Eduard-Mihai Burtescu
parent 0eb12ccf90
commit 09b3a4cff4
2 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ error[E0277]: the trait bound `{float}: Vector<f32, 2_usize>` is not satisfied
<DVec4 as Vector<f64, 4_usize>>
<IVec2 as Vector<i32, 2_usize>>
<IVec3 as Vector<i32, 3_usize>>
and 9 others
and 8 others
note: required by a bound in `debug_printf_assert_is_vector`
--> $SPIRV_STD_SRC/lib.rs:145:8
|

View File

@ -1,7 +1,7 @@
error: Cannot memcpy dynamically sized data
--> $CORE_SRC/intrinsics.rs:2533:9
--> $CORE_SRC/intrinsics.rs:2537:9
|
2533 | copy(src, dst, count)
2537 | copy(src, dst, count)
| ^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error