rust/src/librustdoc
bors 5d6c757268 Auto merge of #50419 - sinkuu:rustdoc_nested_impl_trait, r=QuietMisdreavus
rustdoc: Resolve nested `impl Trait`s

Fixes #50358.

Populates `cx.impl_trait_bounds` incrementally while `clean`ing generic params, so that a synthetic type-parameter can refer to previous ones.

cc #50366
2018-05-05 03:36:09 +00:00
..
clean Auto merge of #50419 - sinkuu:rustdoc_nested_impl_trait, r=QuietMisdreavus 2018-05-05 03:36:09 +00:00
html Auto merge of #50413 - kennytm:rollup, r=kennytm 2018-05-03 20:45:54 +00:00
passes
Cargo.toml Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytm 2018-02-22 23:25:39 +00:00
core.rs Auto merge of #50204 - Manishearth:approx-enum, r=estebank 2018-04-30 05:38:06 +00:00
doctree.rs rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
externalfiles.rs
fold.rs
lib.rs Removed unused dependencies on rustc_const_math 2018-04-30 18:18:33 +02:00
markdown.rs add -C parameter to rustdoc 2018-04-13 16:07:12 -05:00
plugins.rs
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
test.rs Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearth 2018-04-21 05:28:21 +00:00
theme.rs
visit_ast.rs Remove macro_reexport 2018-05-01 15:58:42 +03:00
visit_lib.rs

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