feat(inoculate): QEMU debug logging in test mode #1436
Annotations
6 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run cargo check (debug):
maitake-sync/src/lib.rs#L5
warning: the feature `error_in_core` has been stable since 1.81.0 and no longer requires an attribute to enable
--> maitake-sync/src/lib.rs:5:45
|
5 | #![cfg_attr(feature = "core-error", feature(error_in_core))]
| ^^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
run cargo check (debug):
maitake/src/lib.rs#L5
warning: the feature `error_in_core` has been stable since 1.81.0 and no longer requires an attribute to enable
--> maitake/src/lib.rs:5:45
|
5 | #![cfg_attr(feature = "core-error", feature(error_in_core))]
| ^^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
run cargo check (release):
maitake-sync/src/lib.rs#L5
warning: the feature `error_in_core` has been stable since 1.81.0 and no longer requires an attribute to enable
--> maitake-sync/src/lib.rs:5:45
|
5 | #![cfg_attr(feature = "core-error", feature(error_in_core))]
| ^^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
run cargo check (release):
maitake/src/lib.rs#L5
warning: the feature `error_in_core` has been stable since 1.81.0 and no longer requires an attribute to enable
--> maitake/src/lib.rs:5:45
|
5 | #![cfg_attr(feature = "core-error", feature(error_in_core))]
| ^^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
run cargo check (release):
trace/src/embedded_graphics.rs#L132
warning: unused variable: `actual_point`
--> trace/src/embedded_graphics.rs:132:17
|
132 | Err(actual_point) => unsafe {
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_actual_point`
|
= note: `#[warn(unused_variables)]` on by default
|
Loading