chore: update nightly to 2024-01-20 #1316
Annotations
3 errors
cargo clippy:
src/arch/x86_64/boot.rs#L118
error[E0308]: mismatched types
--> src/arch/x86_64/boot.rs:118:45
|
118 | Some(tracing::Dispatch::from_static(collector))
| ^^^^^^^^^ one type is more general than the other
|
= note: expected struct `mycelium_trace::embedded_graphics::TextWriter<'a, _>`
found struct `mycelium_trace::embedded_graphics::TextWriter<'_, _>`
|
cargo clippy:
src/arch/x86_64/boot.rs#L118
error[E0308]: mismatched types
--> src/arch/x86_64/boot.rs:118:45
|
118 | Some(tracing::Dispatch::from_static(collector))
| ^^^^^^^^^ one type is more general than the other
|
= note: expected enum `mycelium_trace::writer::EitherWriter<mycelium_trace::color::AnsiEscapes<hal_x86_64::serial::Lock<'a, _>>, _>`
found enum `mycelium_trace::writer::EitherWriter<mycelium_trace::color::AnsiEscapes<hal_x86_64::serial::Lock<'_, _>>, _>`
|
cargo clippy
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading