rust/src/librustdoc
bors 8549cfed4b Auto merge of #69649 - estebank:negative-impl-span, r=Centril
Tweak output for invalid negative impl errors

Follow up to #69722. Tweak negative impl errors emitted in the HIR:

```
error[E0192]: invalid negative impl
  --> $DIR/E0192.rs:9:6
   |
LL | impl !Trait for Foo { }
   |      ^^^^^^
   |
   = note: negative impls are only allowed for auto traits, like `Send` and `Sync`
```
2020-03-23 12:40:36 +00:00
..
clean don't create variable bindings just to return the bound value immediately (clippy::let_and_return) 2020-03-22 00:35:25 +01:00
html don't create variable bindings just to return the bound value immediately (clippy::let_and_return) 2020-03-22 00:35:25 +01:00
passes remove redundant import (clippy::single_component_path_imports) 2020-03-20 20:23:03 +01:00
test Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Update pulldown-cmark dependency 2020-02-14 22:39:45 +01:00
config.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
core.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
docfs.rs Don't always eval arguments inside .expect(), use unwrap_or_else and closure. (clippy::expect_fun_call) 2020-03-05 16:39:20 +01:00
doctree.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
externalfiles.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
fold.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
markdown.rs use char instead of &str for single char patterns 2020-02-27 14:57:22 +01:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
test.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
theme.rs remove redundant returns (clippy::needless_return) 2020-03-21 15:55:34 +01:00
visit_ast.rs Tweak output for invalid negative impl errors 2020-03-22 21:53:29 -07:00
visit_lib.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00

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