move encode_and_write_metadata to rustc_metadata::fs

This commit is contained in:
Yoshiki Matsuda 2022-04-24 23:49:04 +09:00
parent 709a78226b
commit 5d9ba49bb9
5 changed files with 95 additions and 73 deletions

View file

@ -46,7 +46,6 @@ rustc_query_impl = { path = "../rustc_query_impl" }
rustc_resolve = { path = "../rustc_resolve" }
rustc_trait_selection = { path = "../rustc_trait_selection" }
rustc_ty_utils = { path = "../rustc_ty_utils" }
tempfile = "3.2"
[target.'cfg(unix)'.dependencies]
libc = "0.2"