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

cargo run fails with Rust 1.61 #338

Closed
dmatos2012 opened this issue Nov 6, 2022 · 0 comments · Fixed by #339
Closed

cargo run fails with Rust 1.61 #338

dmatos2012 opened this issue Nov 6, 2022 · 0 comments · Fixed by #339
Labels
bug Something isn't working

Comments

@dmatos2012
Copy link
Contributor

dmatos2012 commented Nov 6, 2022

Trying to run via cargo run

src/huak/project/pyproject.rs:15:10
   |
15 | #[derive(Default, Eq, PartialEq)]
   |          ^^^^^^^
   |
   = note: see issue #86985 <https://github.com/rust-lang/rust/issues/86985> for more information
   = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try `rustc --explain E0658`.
error: could not compile `huak` due to previous error

Expected Behavior

Run successfully

Actual Behavior

Error

Steps To Reproduce The Problem

  1. git clone (master branch)
  2. cargo run

Environment Details

-Huak Version: master branch
-Operating System: x86_64-linux

Dev Details

-Rust Version: 1.61

@dmatos2012 dmatos2012 added the bug Something isn't working label Nov 6, 2022
@dmatos2012 dmatos2012 changed the title Doesnt install with cargo Doesnt run with cargo Nov 6, 2022
@cnpryer cnpryer changed the title Doesnt run with cargo cargo run fails with Rust 1.61 Nov 6, 2022
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

Successfully merging a pull request may close this issue.

1 participant