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
RustcDecodable
trying to run nannou examples on macosx 15.2
.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.1.44/src/biguint.rs:50:64 | 50 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] | ^^^^^^^^^^^^^^ error: cannot find derive macro `RustcEncodable` in this scope
Didn't see this reported on another issue. All the samples fail with the above error.
The text was updated successfully, but these errors were encountered:
I did a cargo update and whatever the issue was is fixed. hope this helps someone. cheers.
Sorry, something went wrong.
Yep, it was patched in #319.
No branches or pull requests
trying to run nannou examples on macosx 15.2
Didn't see this reported on another issue. All the samples fail with the above error.
The text was updated successfully, but these errors were encountered: