mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
a2c0b38897
To make it easier to verify that the output snapshots have been migrated faithfully, this change adds some temporary helper code that lets us avoid having to completely re-bless the existing snapshots. A later change in this PR will then re-bless the tests and remove the temporary helper code.
7 lines
107 B
Rust
7 lines
107 B
Rust
#[path = "auxiliary/unused_mod_helper.rs"]
|
|
mod unused_module;
|
|
|
|
fn main() {
|
|
println!("hello world!");
|
|
}
|