rust/src/librustdoc/html/render
bors a6470c7fa8 Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514
fix dead link for method in trait of blanket impl from third party crate

fix #86620

* changes `href` method to raise the actual error it had instead of an `Option`
* set the href link correctly in case of an error

I did not manage to make a small reproducer, I think it happens in a situation where
* crate A expose a trait with a blanket impl
* crate B use the trait from crate A
* crate C use types from crate B
* building docs for crate C without dependencies

r? `@jyn514`
2021-07-16 06:44:10 +00:00
..
cache.rs fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
context.rs rustdoc: Rename expect_real to expect_def_id, remove Item::is_fake 2021-07-05 19:49:48 +02:00
mod.rs Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514 2021-07-16 06:44:10 +00:00
print_item.rs Fix inconsistency on visibility display for typedefs 2021-07-07 11:30:08 +02:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
write_shared.rs Rollup merge of #86402 - tspiteri:source-woff2, r=jsha 2021-06-22 20:01:01 +09:00