rust/src/librustdoc
kennytm 5a06eab1f5
Rollup merge of #56470 - llogiq:process-termination-doctest, r=GuillaumeGomez
Modify doctest's auto-`fn main()` to allow `Result`s

This lets the default `fn main()` ~~return `impl Termination`~~ unwrap Results, which allows the use of `?` in most tests without adding it manually. This fixes #56260

~~Blocked on `std::process::Termination` stabilization.~~

Using `Termination` would have been cleaner, but this should work OK.
2019-02-20 01:13:12 +08:00
..
clean Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov 2019-02-19 00:46:12 +00:00
html Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov 2019-02-19 00:46:12 +00:00
passes Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik 2019-02-12 19:09:24 +00:00
Cargo.toml Update minifier version 2019-01-25 00:07:08 +01:00
config.rs Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=ollie27 2019-02-17 14:52:21 +08:00
core.rs Drive-by cleanup 2019-02-15 22:29:24 +00:00
doctree.rs Add trait alias support in rustdoc 2019-02-10 14:49:20 +01:00
externalfiles.rs Remove licenses 2018-12-25 21:08:33 -07:00
fold.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=ollie27 2019-02-17 14:52:21 +08:00
markdown.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Rollup merge of #56470 - llogiq:process-termination-doctest, r=GuillaumeGomez 2019-02-20 01:13:12 +08:00
theme.rs Remove licenses 2018-12-25 21:08:33 -07:00
visit_ast.rs Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik 2019-02-12 19:09:24 +00:00
visit_lib.rs libpanic_unwind => 2018: fix ICEs. 2019-02-13 18:09:09 +01:00

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