rust/src/librustc_codegen_ssa
Mark Rousskov 3f93ffc333 Remove SourceMapper trait
SourceMap is now in the root of all rustc-specific crates, syntax_pos,
so there's no need for the trait object to decouple the dependencies
between librustc_errors and libsyntax as was needed previously.
2019-11-15 08:45:43 -05:00
..
2019-11-15 08:45:43 -05:00
2019-11-11 14:59:07 -05:00
2019-09-25 15:50:04 +01:00
2019-09-26 18:21:48 +01:00
2019-10-24 13:32:54 -05:00

Please read the rustc-guide chapter on Backend Agnostic Codegen.