1
Fork 0

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

@ -3982,7 +3982,6 @@ dependencies = [
"rustc_ty_utils",
"rustc_typeck",
"smallvec",
"tempfile",
"tracing",
"winapi",
]
@ -4092,6 +4091,7 @@ dependencies = [
"rustc_type_ir",
"smallvec",
"snap",
"tempfile",
"tracing",
]