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

build error #30

Closed
elderbig opened this issue Nov 27, 2021 · 2 comments
Closed

build error #30

elderbig opened this issue Nov 27, 2021 · 2 comments

Comments

@elderbig
Copy link

error when build version 0.10.0

cargo clean
cargo update
cargo build

error message

error[E0308]: mismatched types
   --> src/utils/parse.rs:308:9
    |
308 |         Ok(process_linked_list)
    |         ^^^^^^^^^^^^^^^^^^^^^^^ expected enum `error::CommandChildError`, found struct `anyhow::Error`
    |
    = note: expected enum `std::result::Result<_, error::CommandChildError>`
               found enum `std::result::Result<_, anyhow::Error>`

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

@BinChengZhao
Copy link
Owner

error when build version 0.10.0

cargo clean
cargo update
cargo build

error message

error[E0308]: mismatched types
   --> src/utils/parse.rs:308:9
    |
308 |         Ok(process_linked_list)
    |         ^^^^^^^^^^^^^^^^^^^^^^^ expected enum `error::CommandChildError`, found struct `anyhow::Error`
    |
    = note: expected enum `std::result::Result<_, error::CommandChildError>`
               found enum `std::result::Result<_, anyhow::Error>`

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

Friend, thanks for your report, I have fixed the bug and can use version:0.10.1.

Because I recently joined a new company, things are especially and busy, your remaining two problems I will find the opportunity to solve.

But any serious, blocking errors will be my first concern.

@elderbig
Copy link
Author

issue prepared

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants