-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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 build error #6374
Comments
what rust version you on? |
1.41.0 |
Please update Rust to |
I'm getting the same error but with rust version 1.44.1 any idea. downloaded it from aur using yay tried to build it but failed |
@rodude123 Please update to rust 1.45 |
Thanks but just used deno-bin instead |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cargo output:
error[E0658]: use of unstable library feature 'matches_macro'
--> /home/saul/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/deno_lint-0.1.10/src/rules/eqeqeq.rs:37:23
|
37 | Expr::Lit(lit) => matches!(lit, Lit::Null(_)),
| ^^^^^^^
|
= note: for more information, see rust-lang/rust#65721
error: aborting due to previous error
For more information about this error, try
rustc --explain E0658
.error: could not compile
deno_lint
.warning: build failed, waiting for other jobs to finish...
error: failed to compile
deno v1.1.0
, intermediate artifacts can be found at/tmp/cargo-installRfpSyt
Caused by:
build failed
The text was updated successfully, but these errors were encountered: