rust/src/librustc_errors
Esteban Küber c4b8df5df2 Remove unnecessary dummy span checks
The emitter already verifies wether a given span note or span label
can be emitted to the output. If it can't, because it is a dummy
span, it will be either elided for labels or emitted as an unspanned
note/help when applicable.
2019-01-20 13:29:03 -08:00
..
Cargo.toml Log when buffering a diagnostic. 2018-09-18 13:45:24 +02:00
diagnostic.rs Remove licenses 2018-12-25 21:08:33 -07:00
diagnostic_builder.rs properly deprecate suggestion methods 2019-01-17 10:18:56 -05:00
emitter.rs Remove unnecessary dummy span checks 2019-01-20 13:29:03 -08:00
lib.rs Fix suggestions given mulitple bad lifetimes 2019-01-18 01:10:14 +00:00
lock.rs Remove licenses 2018-12-25 21:08:33 -07:00
registry.rs Remove licenses 2018-12-25 21:08:33 -07:00
snippet.rs Remove licenses 2018-12-25 21:08:33 -07:00
styled_buffer.rs Remove licenses 2018-12-25 21:08:33 -07:00