Closed
Description
warning: unresolved link to `SpecFromIter`
--> library/alloc/src/vec/spec_from_iter_nested.rs:8:10
|
8 | /// see [`SpecFromIter`] for details.
| ^^^^^^^^^^^^^^ no item named `SpecFromIter` in scope
|
= note: `#[warn(broken_intra_doc_links)]` on by default
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
And in stdarch submodule:
warning: unresolved link to `B,W`
--> library/std/src/../../stdarch/crates/std_detect/src/detect/macros.rs:57:19
|
57 | $(#[$feature_comment])*
| ^^^^^^^^^^^^^^^^^^^
|
::: library/std/src/../../stdarch/crates/std_detect/src/detect/arch/x86.rs:18:1
|
18 | / features! {
19 | | @TARGET: x86;
20 | | @MACRO_NAME: is_x86_feature_detected;
21 | | @MACRO_ATTRS:
... |
195 | | /// RTM, Intel (Restricted Transactional Memory)
196 | | }
| |_- in this macro invocation
|
= note: `#[warn(broken_intra_doc_links)]` on by default
= note: the link appears in this line:
AVX-512 BITALG (Support for VPOPCNT[B,W] and VPSHUFBITQMB)
^^^
= note: no item named `B,W` in scope
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
@rustbot label: T-rustdoc C-bug E-easy
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsCategory: This is a bug.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleRelevant to the library API team, which will review and decide on the PR/issue.