Files
rust/src
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
..
2016-11-27 17:59:36 +01:00
2016-12-30 15:17:28 +01:00
2016-12-16 12:49:58 -05:00
2017-01-04 19:05:27 +01:00
2016-12-12 09:27:14 -08:00
2016-11-30 10:38:08 -08:00
2016-12-29 08:47:20 -08:00