- Pass around document_private a lot more - Add tests + Add tests for intra-doc links to private items + Add ignored tests for warnings in reference links
6 lines
127 B
Rust
6 lines
127 B
Rust
// ignore-test
|
|
// check-pass
|
|
|
|
/// docs [label][with#anchor#error]
|
|
//~^ WARNING has an issue with the link anchor
|
|
pub struct S;
|