mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-26 08:45:43 +00:00
Blessed tests
This commit is contained in:
parent
0eb12ccf90
commit
09b3a4cff4
@ -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
|
||||
|
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user