translations(rustc_session): migrate output.rs
This commit is contained in:
parent
b0cfeec293
commit
329d5014b6
7 changed files with 119 additions and 28 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue