rust/src/libsyntax/errors/snippet
bors 5ebe41835f Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakis
Batch of improvements to errors for new error format

This is a batch of improvements to existing errors to help get the most out of the new error format.

* Added labels to primary spans (^^^) for a set of errors that didn't currently have them
* Highlight the source blue under the secondary notes for better readability
* Move some of the "Note:" into secondary spans+labels
* Fix span_label to take &mut instead, which makes it work the same as other methods in that set
2016-05-15 15:08:46 -07:00
..
mod.rs Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakis 2016-05-15 15:08:46 -07:00
test.rs Better handling of tab in error 2016-05-12 16:28:13 +09:00