rust/tests/incremental/remove_source_file/auxiliary/mod.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
48 B
Rust
Raw Normal View History

2017-05-10 04:00:08 -05:00
pub fn print_hello() {
println!("hello");
}