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: cannot find derive macro RustcDecodable in this scope #321

Closed
davehorner opened this issue Mar 2, 2025 · 2 comments
Closed

error: cannot find derive macro RustcDecodable in this scope #321

davehorner opened this issue Mar 2, 2025 · 2 comments

Comments

@davehorner
Copy link

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.

@davehorner
Copy link
Author

I did a cargo update and whatever the issue was is fixed. hope this helps someone. cheers.

@cuviper
Copy link
Member

cuviper commented Mar 2, 2025

Yep, it was patched in #319.

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