Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error[E0658]: use of unstable library feature 'try_from' (see issue #33417) #3

Closed
digiwizkid opened this issue Jun 13, 2019 · 2 comments

Comments

@digiwizkid
Copy link

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

@hecrj
Copy link
Owner

hecrj commented Jun 13, 2019

Which version of Rust are you using? try_from was stabilized a while ago: rust-lang/rust#33417

Try running rustup update and run the example again. Let me know how that goes!

@digiwizkid
Copy link
Author

I was using 1.33.0 after updating to 1.35.0, it's working fine.

grovesNL pushed a commit to grovesNL/wgpu_glyph that referenced this issue Feb 28, 2022
Make queue reference immutable in draw API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants