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
..
2017-01-10 20:27:39 +09:00
2016-12-17 20:09:23 +01:00
2017-01-04 11:41:16 -08:00
2016-11-21 14:53:55 +08:00
2017-01-10 20:27:43 +09:00
2017-01-07 21:28:47 +00:00
2016-11-27 17:59:36 +01:00
2017-01-10 20:27:41 +09:00
2017-01-08 08:22:06 +00:00
2017-01-08 08:22:06 +00:00
2017-01-10 20:27:41 +09:00
2017-01-10 20:27:48 +09:00
2017-01-07 19:21:49 +00:00
2017-01-10 20:27:40 +09:00
2017-01-10 14:24:06 -05:00
2017-01-10 14:24:06 -05:00
2016-12-29 21:07:20 -08:00
2016-12-29 21:07:20 -08:00
2016-12-29 21:07:20 -08:00
2016-12-29 21:07:20 -08:00
2017-01-03 21:48:17 +02:00
2016-12-29 21:07:20 -08:00
2017-01-08 08:22:06 +00:00
2017-01-08 08:22:06 +00:00
2017-01-08 08:22:06 +00:00
2016-12-29 21:07:20 -08:00
2017-01-08 08:22:06 +00:00
2017-01-08 08:22:06 +00:00
2017-01-10 20:27:46 +09:00
2017-01-08 08:22:06 +00:00
2016-12-29 21:07:20 -08:00
2017-01-08 11:36:52 +00:00
2017-01-06 22:23:29 +02:00
2017-01-06 03:53:55 +01:00
2017-01-10 20:43:32 +02:00
2017-01-09 04:57:36 +00:00
2017-01-11 05:27:11 +00:00
2016-12-30 15:17:28 +01:00
2017-01-08 08:22:06 +00:00
2017-01-08 11:36:52 +00:00
2017-01-08 08:22:06 +00:00
2017-01-08 11:36:52 +00:00
2017-01-08 15:51:49 +00:00
2017-01-08 11:36:52 +00:00
2017-01-08 08:22:06 +00:00
2017-01-08 08:22:06 +00:00
2017-01-08 11:36:52 +00:00
2017-01-08 08:22:06 +00:00
2017-01-09 15:07:07 +13:00
2017-01-08 15:51:49 +00:00
2017-01-11 05:27:11 +00:00
2017-01-09 21:50:00 -08:00
2017-01-08 08:22:06 +00:00
2017-01-10 20:27:45 +09:00
2017-01-08 08:22:06 +00:00
2017-01-08 08:22:06 +00:00
2017-01-10 14:06:30 +13:00
2016-12-29 21:07:20 -08:00
2017-01-08 08:22:06 +00:00
2016-12-29 21:07:20 -08:00
2017-01-08 08:22:06 +00:00
2016-12-16 12:49:58 -05:00
2017-01-04 19:05:27 +01:00
2016-12-30 10:00:33 -08:00
2017-01-01 11:58:02 +00:00
2017-01-11 05:27:11 +00:00
2017-01-06 10:26:40 -08:00
2016-12-12 09:27:14 -08:00
2017-01-06 22:23:29 +02:00
2016-11-30 10:38:08 -08:00
2016-12-29 08:47:20 -08:00