]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/hir-tree/input.rs
Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errors
[rust.git] / src / test / run-make-fulldeps / hir-tree / input.rs
1 fn main() {
2     println!("Hello, Rustaceans!");
3 }