move encode_and_write_metadata to rustc_metadata::fs
This commit is contained in:
parent
709a78226b
commit
5d9ba49bb9
5 changed files with 95 additions and 73 deletions
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue