N. Nattis
N. Nattis
* Version of vulkano: 0.11 * OS: Windows 10 * GPU (the selected PhysicalDevice): AMD Radeon HD 7800 Series * GPU Driver: 17.50.17.03-180131a-323831C-RadeonSoftwareAdrenalin * Vulkan Driver Version: 2.0.1 * Vulkan...
https://github.com/rust-windowing/android-ndk-rs/blob/f24606cc840af2f97f0daebe1e2e7cd3aca52287/ndk/src/aaudio.rs#L545-L565 If `callback` panics and unwinds, `ffi_callback` unwinds, which is [undefined behaviour](https://doc.rust-lang.org/nomicon/unwinding.html). > Rust's unwinding strategy is not specified to be fundamentally compatible with any other language's unwinding. As such,...
Feature request: Add a lint that treats a variable as private if it is being written to (`x = something`) but not otherwise. The lint should check whether the variable...