Skip to content

rand-core: Cargo doc warning with version 0.4.0 #737

Closed
@prataprc

Description

@prataprc

I am seeing these warnings while issuing as cargo doc command.

warning: `[impls::next_u32_via_fill]` cannot be resolved, ignoring it...                          
   --> /home/prataprc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.0/src/lib.rs:144:24
    |                                                                                             
144 |     /// [`fill_bytes`][impls::next_u32_via_fill].                                         
    |                        ^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring                     
    |                                                                                     
    = note: #[warn(intra_doc_link_resolution_failure)] on by default                              
    = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` 

warning: `[distributions::uniform::Uniform]` cannot be resolved, ignoring it...          
   --> /home/prataprc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5/src/lib.rs:241:22
    |                                                                                   
241 |     /// [`Uniform`]: distributions::uniform::Uniform                                             
    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring
    |                                                                                                  
    = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-docsDocumentationP-postponeWaiting on something else

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions