rust/src/tools/compiletest
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
..
src Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebank 2018-01-30 17:10:54 +08:00
Cargo.toml Try to fix a perf regression by updating log 2018-01-07 16:54:05 +01:00