-
Notifications
You must be signed in to change notification settings - Fork 15
Error in MadSim 0.1.3 src/net/rpc.rs line 39 #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
Comments
Ok I finally figure this out! pub struct TypeId {
t: u64,
} The following is the src code >= 1.72.0 from the same file If you come across the same issue while using MadSim < v0.2.0, you can downgrade your rustc version using following commands: rustup install 1.70.0
rustup default 1.70.0 Maybe it is better to mention this in the README in MadRaft? I can help make a PR! @wangrunji0408 |
Thank you for the troubleshooting! This project has been unmaintained for a while, so your contribution is greatly appreciated. Welcome PR! |
I modify the README.md and open a PR |
Uh oh!
There was an error while loading. Please reload this page.
Thanks for providing these great labs! But I am not able to run the tests correctly on MacOS.
I try to run the test
initial_election_2a
, but found this compiling errorFor your reference, this is the original src/net/rpc.rs
My rustc version is 1.84.1 (e71f9a9a9 2025-01-27)
Thanks for your time and reply
The text was updated successfully, but these errors were encountered: