move emit_metadata to rustc_metadata::fs
This commit is contained in:
parent
aedf78e56b
commit
709a78226b
6 changed files with 33 additions and 30 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue