We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeId
#[derive(PartialEq)]
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
unable to compile on a raspi 4 with Raspi Pi OS / Debian 12.5 due to:
this post lead me to the fix:
after updating "log" and its dependency "value-bag", compilation works (bunch of warnings but finishes).
Liebe Grüße Johannes OE3OCC
The text was updated successfully, but these errors were encountered: