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? 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
lib.rs:89:5: 89:19 error: unresolved import `syntax::ptr::P`. Could not find `ptr` in `syntax`. lib.rs:89 use syntax::ptr::P; ^~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
This happens when building opengl_graphics with cargo update and cargo build on latest Rust nightly.
cargo update
cargo build
Sorry, something went wrong.
Are you sure it's the latest Rust nightly? rust-lang/rust#13316 is a big backward incompatible change, and gl-rs is up-to-date with it.
gl-rs
You are right. rustc 0.12.0-pre-nightly (09abbbdaf 2014-09-11 00:05:41 +0000)
rustc 0.12.0-pre-nightly (09abbbdaf 2014-09-11 00:05:41 +0000)
Something is wrong here.
No branches or pull requests
The text was updated successfully, but these errors were encountered: