Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the WGSL code in the `function_returns_void` test in `tests/wgsl-errors.rs` so that the construction expression types correctly. Subsequent iterations of the WGSL front end will be doing some type checking earlier, to support WGSL's automatic conversions, and without this fix, this test will stop checking what it is intended to check.
- Loading branch information