Move collector to rustc_trans_utils

This commit is contained in:
bjorn3 2017-10-19 11:01:31 +02:00
parent b7960878ba
commit 906523efea
13 changed files with 565 additions and 460 deletions

1
src/Cargo.lock generated
View file

@ -1787,6 +1787,7 @@ dependencies = [
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc 0.0.0",
"rustc_back 0.0.0",
"rustc_data_structures 0.0.0",
"syntax 0.0.0",
"syntax_pos 0.0.0",
]