-
Notifications
You must be signed in to change notification settings - Fork 2
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[E0603]: module export
is private
#83
Comments
Yeah we haven't published a new version in a while. I believe this has been fixed on main, could you try cloning and building manually? |
I've published 0.3.1 now, see if that one works better. |
Please let me know if it still fails and I'll re-open! |
Tanks for working on this project. error[E0658]: use of unstable library feature 'matches_macro' error[E0658]: use of unstable library feature 'matches_macro' error[E0658]: use of unstable library feature 'matches_macro' error[E0658]: use of unstable library feature 'matches_macro' error[E0658]: use of unstable library feature 'matches_macro' error[E0658]: use of unstable library feature 'matches_macro' error[E0658]: use of unstable library feature 'matches_macro' error[E0658]: use of unstable library feature 'matches_macro' error[E0658]: use of unstable library feature 'matches_macro' error[E0658]: use of unstable library feature 'matches_macro' error[E0658]: use of unstable library feature 'matches_macro' error[E0658]: use of unstable library feature 'matches_macro' error: aborting due to 12 previous errors For more information about this error, try Caused by: To learn more, run the command again with --verbose. |
This is caused by an outdated compiler. |
Compiling futures v0.3.13
Compiling toml v0.5.8
Compiling bincode v1.3.2
Compiling ipc-channel v0.14.1
Compiling mumlib v0.3.0
error[E0603]: module
export
is private--> /home/pi/.cargo/registry/src/github.com-1ecc6299db9ec823/mumlib-0.3.0/src/error.rs:1:12
|
1 | use serde::export::Formatter;
| ^^^^^^
error[E0603]: module
export
is private--> /home/pi/.cargo/registry/src/github.com-1ecc6299db9ec823/mumlib-0.3.0/src/state.rs:1:12
|
1 | use serde::export::Formatter;
| ^^^^^^
error: aborting due to 2 previous errors
For more information about this error, try
rustc --explain E0603
.error: could not compile
mumlib
.warning: build failed, waiting for other jobs to finish...
^C Building [=====================================================> ] 173/175
The text was updated successfully, but these errors were encountered: