rust/src/librustdoc
Mazdak Farrokhzad e5435d97ea
Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebank
Fix invalid bounds string generation in rustdoc

Fixes #58737.

Very weird and I'm not sure this is the best fix around. However, trying to fix it beforehand seems overly complicated compared to the gain (in `clean`, it wouldn't change anything since we **have to** return something so that wouldn't work, and in `hir`, I'm afraid I'd break something else for very little gain).

Also, I wasn't able to make a small code to reproduce the issue. The only way to test is to document `crossbeam` directly and check the `Scope` struct...

r? @QuietMisdreavus
2019-04-06 00:14:40 +02:00
..
clean Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebank 2019-04-06 00:14:40 +02:00
html Rollup merge of #59452 - GuillaumeGomez:speedup-rustdoc, r=QuietMisdreavus 2019-04-02 13:47:25 +02:00
passes Separate variant id and variant constructor id. 2019-03-24 12:10:16 +03:00
Cargo.toml Speed up rustdoc run a bit 2019-03-27 19:07:48 +01:00
config.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
core.rs Auto merge of #59256 - petrochenkov:derval2, r=Zoxc 2019-03-25 12:21:46 +00:00
doctree.rs Separate variant id and variant constructor id. 2019-03-24 12:10:16 +03:00
externalfiles.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
fold.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
lib.rs Deny internal lints on two more crates 2019-04-03 19:18:07 +02:00
markdown.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Remove redundant import 2019-03-30 22:37:02 +01:00
theme.rs Remove licenses 2018-12-25 21:08:33 -07:00
visit_ast.rs hir: replace NodeId with HirId in ItemId 2019-03-25 13:08:46 +01:00
visit_lib.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00

For more information about how librustdoc works, see the rustc guide.