rust/src/librustc_errors
bors e57f061be2 Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakis
Teach diagnostics to correct margin of multiline messages

Make the suggestion list have a correct padding:

```
error[E0308]: mismatched types
 --> file.rs:3:20
  |
3 |     let x: usize = "";
  |                    ^^ expected usize, found reference
  |
  = note: expected type `usize`
  = note:    found type `&'static str`
  = help: here are some functions which might fulfill your needs:
          - .len()
          - .foo()
          - .bar()
```
2017-01-11 05:27:11 +00:00
..
Cargo.toml rustbuild: Rewrite user-facing interface 2016-11-02 17:57:28 -07:00
diagnostic.rs Teach diagnostics to correct margin on multiline messages 2017-01-08 16:07:14 -08:00
diagnostic_builder.rs Teach diagnostics to correct margin on multiline messages 2017-01-08 16:07:14 -08:00
emitter.rs Deduplicate and document logic 2017-01-09 09:11:26 -08:00
lib.rs Remove not(stage0) from deny(warnings) 2016-12-29 21:07:20 -08:00
lock.rs run rustfmt on librustc_errors folder 2016-10-18 23:13:02 +05:30
registry.rs run rustfmt on librustc_errors folder 2016-10-18 23:13:02 +05:30
snippet.rs review comments 2016-11-23 23:44:17 -08:00
styled_buffer.rs run rustfmt on librustc_errors folder 2016-10-18 23:13:02 +05:30