UniPager icon indicating copy to clipboard operation
UniPager copied to clipboard

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

Open VACANCY1337 opened this issue 1 year ago • 0 comments

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

VACANCY1337 avatar Feb 17 '24 14:02 VACANCY1337