feat(hal-x86_64): more local APIC embetterments #1432
Annotations
2 errors and 3 warnings
run rustdoc:
hal-x86_64/src/interrupt/apic/local.rs#L210
error: unresolved link to `Version`
--> hal-x86_64/src/interrupt/apic/local.rs:210:24
|
210 | /// The returned [`Version`] struct indicates the version of the local APIC,
| ^^^^^^^ no item named `Version` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]`
|
run rustdoc
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run rustdoc:
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 rustdoc:
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
|
Loading