feat(hal-x86_64): more local APIC embetterments #1444
Annotations
2 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo clippy:
src/main.rs#L4
warning: the feature `panic_info_message` has been stable since 1.81.0 and no longer requires an attribute to enable
--> src/main.rs:4:41
|
4 | #![cfg_attr(target_os = "none", feature(panic_info_message))]
| ^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
|
Loading