Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support building with Rust stable #41

@orhun

Description

@orhun

Hello! 👋🏼

I recently packaged lazyjj for Arch Linux (#40) - I had to use Rust nightly because of this feature:

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> src/main.rs:1:1
  |
1 | #![feature(let_chains)]
  | ^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0554`.
error: could not compile `lazyjj` (bin "lazyjj") due to 1 previous error

On Arch we prefer to use the stable channel because it helps with reproducibility of the packages.

Would you be interested in supporting Rust stable by removing that feature and refactoring the code? 🐻

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions