rust/src/librustdoc
Oliver Scherer 9cc289e7b4
Rollup merge of #61293 - varkor:rustdoc-print-const-generic, r=GuillaumeGomez
Print const generics properly in rustdoc

Now that https://github.com/rust-lang/rust/pull/59276 is merged, we can print consts properly in rustdoc.

Fixes https://github.com/rust-lang/rust/issues/60737.
Fixes https://github.com/rust-lang/rust/issues/61257.

r? @GuillaumeGomez
2019-05-29 14:41:08 +02:00
..
clean Use proper const printing in rustdoc 2019-05-28 22:53:16 +01:00
html Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
passes Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
Cargo.toml Fix index-page generation 2019-04-23 22:44:27 +02:00
config.rs Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 2019-05-19 16:48:12 +00:00
core.rs Declare DefIndex with the newtype_index macro 2019-05-18 13:19:33 +02:00
doctree.rs Separate variant id and variant constructor id. 2019-03-24 12:10:16 +03:00
externalfiles.rs set the default edition when pre-parsing a doctest 2019-05-06 15:20:18 -05:00
fold.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
lib.rs Specify the edition for the rustdoc thread-pool 2019-05-21 18:17:06 +02:00
markdown.rs set the default edition when pre-parsing a doctest 2019-05-06 15:20:18 -05:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs do not print panic message on doctest failures 2019-05-22 13:27:53 -04:00
theme.rs Remove licenses 2018-12-25 21:08:33 -07:00
visit_ast.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
visit_lib.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00

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