diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2020-08-20 22:31:44 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2020-09-05 13:48:19 -0400 |
| commit | fcb21999a7989792c9405a89e9c788ac143e0574 (patch) | |
| tree | d1d736f01198f0f2bf11b3581c198f46b3c7dd3f /src/test/rustdoc-ui | |
| parent | 4ace4e75201d5bfc187bd40cf918cd2df6009419 (diff) | |
| download | rust-fcb21999a7989792c9405a89e9c788ac143e0574.tar.gz rust-fcb21999a7989792c9405a89e9c788ac143e0574.zip | |
Report if the thing exists in another namespace
Diffstat (limited to 'src/test/rustdoc-ui')
| -rw-r--r-- | src/test/rustdoc-ui/intra-link-errors.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc-ui/intra-link-errors.rs b/src/test/rustdoc-ui/intra-link-errors.rs index 7a53a6f0793..99d080fb324 100644 --- a/src/test/rustdoc-ui/intra-link-errors.rs +++ b/src/test/rustdoc-ui/intra-link-errors.rs @@ -54,6 +54,7 @@ impl S { } /// [type@T::g] +/// [T::h!] pub trait T { fn g() {} } |
