rust/src/librustc_errors
kennytm 44b964147e Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebank
Add line numbers and columns to error messages spanning multiple files

If an error message is emitted that spans several files, only the
primary file currently has line and column data attached. This is
useful information, even in files other than the one in which the error
occurs. We can often work out which line and column the error
corresponds to in other files — in this case it is helpful to add them
(in the case of ambiguity, the first relevant line/column is picked,
which is still helpful than none).
2018-01-30 17:10:54 +08:00
..
Cargo.toml When attempting to write str with single quote suggest double quotes 2017-12-14 22:51:42 -08:00
diagnostic_builder.rs Only bump error count when we are sure that the diagnostic is not a repetition. 2018-01-03 00:42:12 +01:00
diagnostic.rs Only emit expanded diagnostic information once 2018-01-22 15:46:51 -08:00
emitter.rs Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebank 2018-01-30 17:10:54 +08:00
lib.rs Merge branch 'explain' of https://github.com/estebank/rust into rollup 2018-01-26 06:50:31 -08:00
lock.rs
registry.rs
snippet.rs Add line numbers and columns to error messages spanning multiple files 2018-01-26 15:33:05 +00:00
styled_buffer.rs