]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/reference-link-has-one-warning.rs
Generate docs for links to private items when passed --document-private
[rust.git] / src / test / rustdoc-ui / reference-link-has-one-warning.rs
1 // ignore-test
2 // check-pass
3
4 /// docs [label][with#anchor#error]
5 //~^ WARNING has an issue with the link anchor
6 pub struct S;