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

error: to use a constant of type TypeId in a pattern, TypeId must be annotated with #[derive(PartialEq)] #168

Open
VACANCY1337 opened this issue Feb 17, 2024 · 0 comments

Comments

@VACANCY1337
Copy link

unable to compile on a raspi 4 with Raspi Pi OS / Debian 12.5 due to:

error: to use a constant of type `TypeId` in a pattern, `TypeId` must be annotated with `#[derive(PartialEq)]`

this post lead me to the fix:

root@oe3xkc:/usr/src/unipager # cargo update log
    Updating crates.io index
    Removing ctor v0.1.21
    Updating log v0.4.14 -> v0.4.20
    Updating value-bag v1.0.0-alpha.8 -> v1.7.0
note: pass `--verbose` to see 148 unchanged dependencies behind latest

after updating "log" and its dependency "value-bag", compilation works (bunch of warnings but finishes).

Liebe Grüße Johannes OE3OCC

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

1 participant