rust/src/librustc_errors
bors 98e791e7e1 Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebank
Refactor internal suggestion API

~~The only functional change is that whitespace, which is suggested to be added, also gets `^^^^` under it. An example is shown in the tests (the only test that changed).~~

Continuation of #41876

r? @nagisa

the changes are probably best viewed [without whitespace](https://github.com/rust-lang/rust/pull/45741/files?w=1)
2017-11-09 15:42:26 +00:00
..
Cargo.toml librustc_errors: Don't emit the same error message twice. 2017-10-25 15:01:06 +02:00
diagnostic.rs Refactor internal suggestion API 2017-11-03 16:30:04 +01:00
diagnostic_builder.rs Make the difference between lint codes and error codes explicit 2017-11-02 10:19:41 +01:00
emitter.rs Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebank 2017-11-09 15:42:26 +00:00
lib.rs Refactor internal suggestion API 2017-11-03 16:30:04 +01: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 librustc_errors: Don't emit the same error message twice. 2017-10-25 15:01:06 +02:00
styled_buffer.rs Fix mispositioned error indicators 2017-09-07 10:26:27 +02:00