-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
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? 🐻
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels