rust/src/librustc_errors
bors b218a02ad8 Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1
Don't emit the same compiler diagnostic twice.

This PR makes the compiler filter out diagnostic messages that have already been emitted during the same compilation session.
2017-10-26 18:16:15 +00:00
..
Cargo.toml librustc_errors: Don't emit the same error message twice. 2017-10-25 15:01:06 +02:00
diagnostic.rs Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1 2017-10-26 18:16:15 +00:00
diagnostic_builder.rs Initial diagnostic API for proc-macros. 2017-08-28 02:58:22 -07:00
emitter.rs Add short message-format 2017-10-20 16:04:32 +02:00
lib.rs Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1 2017-10-26 18:16:15 +00: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