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
Running the example fails with the following error:
$ cargo run --example sdl_demo master@de1ecdb Compiling winapi-build v0.1.1 Compiling winapi v0.2.5 Compiling sdl2-sys v0.7.0 Compiling rustc-serialize v0.3.16 error[E0642]: patterns aren't allowed in methods without bodies --> /home/darth/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/rustc-serialize-0.3.16/src/serialize.rs:145:45 | 145 | &f_name: &str, | ^^^^^^^ Compiling advapi32-sys v0.1.2 Compiling rand v0.3.12 error: aborting due to previous error For more information about this error, try `rustc --explain E0642`. error: Could not compile `rustc-serialize`.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running the example fails with the following error:
The text was updated successfully, but these errors were encountered: