rust/src/librustdoc
bors 14997d56a5 Auto merge of #55933 - euclio:doc-panic, r=QuietMisdreavus
emit error when doc generation fails

Fixes #41813.

The diagnostic looks something like this:

```
error: couldn't generate documentation: No space left on device (os error 28)
  |
  = note: failed to create or modify "/path/to/crate/target/doc/src/lazycell"
```
2018-12-05 20:27:17 +00:00
..
clean Introduce TyKind::Placeholder variant 2018-11-24 01:24:40 +01:00
html Auto merge of #55933 - euclio:doc-panic, r=QuietMisdreavus 2018-12-05 20:27:17 +00:00
passes Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMisdreavus 2018-11-22 10:37:43 +01:00
Cargo.toml Update minifier version 2018-10-11 21:37:04 +02:00
config.rs fix various typos in doc comments 2018-11-13 14:45:31 -05:00
core.rs lint if a private item has doctests 2018-11-16 14:29:44 +01:00
doctree.rs add derive macros' helper attributes to doc output 2018-09-26 13:40:08 -05:00
externalfiles.rs add Debug impls for the Options structs 2018-11-04 16:39:24 -06:00
fold.rs shuffle ownership of external_traits 2018-09-20 05:54:26 -05:00
lib.rs emit error when doc generation fails 2018-12-05 10:10:31 -05:00
markdown.rs pass the Options struct instead of individual args 2018-11-02 17:17:02 -05:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez 2018-11-05 09:48:46 +00:00
theme.rs Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv 2018-09-02 15:27:56 +00:00
visit_ast.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00
visit_lib.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00

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