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

rust v1.73.0 error on install #166

Closed
Jaxii opened this issue Nov 2, 2023 · 2 comments
Closed

rust v1.73.0 error on install #166

Jaxii opened this issue Nov 2, 2023 · 2 comments
Labels
invalid This doesn't seem right

Comments

@Jaxii
Copy link

Jaxii commented Nov 2, 2023

error[E0186]: method should_emit_errors has a &mut self declaration in the trait, but not in the impl
--> C:\Users\jax.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyperlink-0.1.31\src\html\parser.rs:264:5
|
264 | fn should_emit_errors() -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &mut self in impl
|
= note: should_emit_errors from trait: fn(&mut Self) -> bool

For more information about this error, try rustc --explain E0186.
error: could not compile hyperlink (bin "hyperlink") due to previous error

@untitaker
Copy link
Owner

is this with cargo install? try cargo install --locked

@untitaker
Copy link
Owner

no response, closing

@untitaker untitaker added the invalid This doesn't seem right label Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants