diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2020-08-05 00:11:57 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2020-08-29 17:21:26 -0400 |
| commit | 868927fefb2f6ea62783339552bbb67f828190e1 (patch) | |
| tree | 960e5c1b67fab7ea5c763569145c608063310892 /src/test/rustdoc | |
| parent | 1dc748fb3d2c54f536e6abd74f1ad34b3624f640 (diff) | |
| download | rust-868927fefb2f6ea62783339552bbb67f828190e1.tar.gz rust-868927fefb2f6ea62783339552bbb67f828190e1.zip | |
rustdoc: Fix intra-doc links for cross-crate re-exports of traits
#58972 ignored extern_traits because before #65983 was fixed, they would always fail to resolve, giving spurious warnings. This undoes that change, so extern traits are now seen by the `collect_intra_doc_links` pass. There are also some minor changes in librustdoc/fold.rs to avoid borrowing the extern_traits RefCell more than once at a time.
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/intra-doc-crate/traits.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/rustdoc/intra-doc-crate/traits.rs b/src/test/rustdoc/intra-doc-crate/traits.rs index 07f9fb63313..07decb48019 100644 --- a/src/test/rustdoc/intra-doc-crate/traits.rs +++ b/src/test/rustdoc/intra-doc-crate/traits.rs @@ -1,5 +1,3 @@ -// ignore-test -// ^ this is https://github.com/rust-lang/rust/issues/73829 // aux-build:traits.rs // build-aux-docs // ignore-tidy-line-length |
