[ZK Stack] - annot find function exists
in module fs
#840
-
Team or ProjectNo response Module Affected
Rust Version1.79.0 Operating System
Issue Description
Expected BehaviorCompile successfully Current BehaviorCompiling zksync_contracts v0.1.0 (/home/ubuntu/.cargo/git/checkouts/zksync-era-657998444dcd9ed9/3cffdb2/core/lib/contracts) error[E0425]: cannot find function Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
The error you're encountering indicates that the Here’s how you can modify your code:
This change should resolve the compilation errors related to the Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Hi @virgil2019, thanks for raising the issue. I'll investigate and get back to you asap. |
Beta Was this translation helpful? Give feedback.
-
The problem is with rust compiler. Upgrade it to |
Beta Was this translation helpful? Give feedback.
The problem is with rust compiler. Upgrade it to
1.82.0
and then try again.