jullang
jullang
## System I am running arch linux with a slightly customized kernel (mostly just disabling stuff i dont need) (the specific commit is 296c871d2904cff2b4742702ef94512ab467a8e3) ## Problem I can boot fine...
## Issue For some reason the binding for this: ``` struct VertexInput { @builtin(vertex_index) vertex_index: u32, }; ``` is this: ``` #[repr(C)] #[derive(Debug, PartialEq, Clone, Copy, encase::ShaderType)] pub struct VertexInput...
### What Operating System(s) are you seeing this problem on? Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? Gnome ### WezTerm version 20250213-133349-ee0c04e7 ### Did...
## System - arch linux (6.13.3) - rustic-rs commit d1b11f9c5f8b83056a96608ea22a227f0d71431e (v0.9.5) - fuse3 v3.16.2 ## Issue When trying to use mount, I get the following error from fuse: ``` fuse:...
There is a missing link to the discussed concern in the just-call-clone post: "[addresses the concern I've heard with the `Alias` trait]"
It was earlier emphasized that this should rather be called a transformation, and I assume this also applies here.
The just-call-clone post's faq section seems to contain some unfinished lists of examples: "Examples that show some edge cased: if consume { x.foo(). }" "In that case, you can make...
thie -> this
imporatnt -> important
This hierarchy is later repeated in code, with Destruct instead of Drop. I am not sure which version you want, but Destruct makes more sense from the heirarchical perspective.