7fa182cc43
In rust references to DSTs (Dynamically Sized Types) like slices and trait objects are 16-bytes instead of 8 (leaking into the next parameter of a function call). The static-sized array generated here has its size known beforehand and will not suffer from this issue [1], but might be confusing for future readers/authors: convert it to a raw pointer just to be safe. [1]: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=88acb9736455f7262ecf4af2077f3a59 |
||
---|---|---|
.. | ||
src | ||
Vulkan-Headers@d2308183f2 | ||
Cargo.toml |