If I compile a simple program like: ``` fn main() { println!("Hello world"); } ``` Using: `rustc --emit=metadata test.rs` It generates an empty file titled "libtest.rmeta" since few Nightlies. I am using: ``` rustc 1.27.0-nightly (7f3444e1b 2018-04-26) binary: rustc commit-hash: 7f3444e1baf0d335b4bf379f845dbc28cdd0509c commit-date: 2018-04-26 host: x86_64-pc-windows-gnu release: 1.27.0-nightly LLVM version: 6.0 ```