trussed
trussed copied to clipboard
CI doesn't check logs
The CI runs checks only with either all features enabled or none. As a consequence it never checks that trussed compiles with logs enabled (they are either not enabled or disabled with log-none
).
Ideally delog
would still type-check everything even when disabled like log
and debug_assert!
do. See https://github.com/trussed-dev/delog/issues/15