We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
error[E0658]: use of unstable library feature 'try_from' (see issue #33417)
Getting this while trying to run the example.
cargo run --example hello --features wgpu/vulkan --release
The text was updated successfully, but these errors were encountered:
Which version of Rust are you using? try_from was stabilized a while ago: rust-lang/rust#33417
try_from
Try running rustup update and run the example again. Let me know how that goes!
rustup update
Sorry, something went wrong.
I was using 1.33.0 after updating to 1.35.0, it's working fine.
Merge pull request hecrj#3 from pimlu/query
b71db0b
Make queue reference immutable in draw API
No branches or pull requests
Getting this while trying to run the example.
cargo run --example hello --features wgpu/vulkan --release
The text was updated successfully, but these errors were encountered: