summary refs log tree commit diff
path: root/src/test/rustdoc-ui/reference-link-has-one-warning.rs
blob: 21cb7eb9040bdecead088b4b46b3defe7705056c (plain)
1
2
3
4
5
6
// ignore-test
// check-pass

/// docs [label][with#anchor#error]
//~^ WARNING has an issue with the link anchor
pub struct S;