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

Cargo build error #6374

Closed
ChaboCode opened this issue Jun 19, 2020 · 6 comments
Closed

Cargo build error #6374

ChaboCode opened this issue Jun 19, 2020 · 6 comments

Comments

@ChaboCode
Copy link

Cargo output:

error[E0658]: use of unstable library feature 'matches_macro'
--> /home/saul/.cargo/registry/src/gitpro.ttaallkk.top-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

@crowlKats
Copy link
Member

what rust version you on?

@ChaboCode
Copy link
Author

1.41.0

@bartlomieju
Copy link
Member

Please update Rust to 1.43.0 or 1.44.0

@rodude123
Copy link

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

@lucacasonato
Copy link
Member

@rodude123 Please update to rust 1.45

@rodude123
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants