1
Fork 0

move emit_metadata to rustc_metadata::fs

This commit is contained in:
Yoshiki Matsuda 2022-04-24 19:34:35 +09:00
parent aedf78e56b
commit 709a78226b
6 changed files with 33 additions and 30 deletions

View file

@ -64,9 +64,6 @@ pub struct ModuleCodegen<M> {
pub kind: ModuleKind,
}
// FIXME(eddyb) maybe include the crate name in this?
pub const METADATA_FILENAME: &str = "lib.rmeta";
impl<M> ModuleCodegen<M> {
pub fn into_compiled_module(
self,