error[E0554]: `#![feature]` may not be used on the stable release channel
--> crates/vim9-lexer/src/lib.rs:1:1
|
1 | #![feature(let_chains)]
| ^^^^^^^^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0554`.
error: could not compile `vim9-lexer` due to previous error
warning: build failed, waiting for other jobs to finish...
When I run
cargo buildI get this error: