translations(rustc_session): migrate output.rs

This commit is contained in:
Luis Cardoso 2022-09-01 08:03:47 +02:00
parent b0cfeec293
commit 329d5014b6
7 changed files with 119 additions and 28 deletions

View file

@ -13,9 +13,9 @@ rustc_serialize = { path = "../rustc_serialize" }
rustc_span = { path = "../rustc_span" }
rustc_macros = { path = "../rustc_macros" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_target = { path = "../rustc_target" }
rustc_hir = { path = "../rustc_hir" }
rustc_lint_defs = { path = "../rustc_lint_defs" }
rustc_target = { path = "../rustc_target" }
unicode-width = "0.1.4"
atty = "0.2"
termcolor = "1.0"