]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/reference-link-has-one-warning.rs
Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay
[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;