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

[Bug]: failed to compile while installing from git main branch #498

Open
raman1383 opened this issue Sep 12, 2023 · 2 comments
Open

[Bug]: failed to compile while installing from git main branch #498

raman1383 opened this issue Sep 12, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@raman1383
Copy link

🐛 Bug

Compiling move-stackless-bytecode v0.1.0 (C:\Users\ALL.cargo\git\checkouts\move-cd543da0a1ae83ac\725168d\language\move-prover\bytecode)
error: expected one of (, ,, ::, or =, found -
--> language\move-prover\bytecode\src\well_formed_instrumentation.rs:38:26
|
38 | #[allow(clippy::redundant-clone)]
| ^ expected one of (, ,, ::, or =

warning: unnecessary parentheses around match arm expression
--> language\move-prover\bytecode\src\access_path.rs:474:55
|
474 | (Type::Vector(t), Offset::VectorIndex) => (*t.clone()),
| ^ ^
|
= note: #[warn(unused_parens)] on by default
help: remove these parentheses
|
474 - (Type::Vector(t), Offset::VectorIndex) => (*t.clone()),
474 + (Type::Vector(t), Offset::VectorIndex) => *t.clone(),
|

warning: move-stackless-bytecode (lib) generated 1 warning
error: could not compile move-stackless-bytecode (lib) due to previous error; 1 warning emitted
warning: build failed, waiting for other jobs to finish...

@raman1383 raman1383 added the bug Something isn't working label Sep 12, 2023
@fredericomba
Copy link

I'm experiencing the exact same issue. Here is a screenshot:

image

This should be easy to fix, so I'll work around it somehow in the meanwhile.

@turvec
Copy link

turvec commented Aug 8, 2024

Hi, any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants