]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/hir-tree/input.rs
Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnr
[rust.git] / src / test / run-make-fulldeps / hir-tree / input.rs
1 fn main() {
2     println!("Hello, Rustaceans!");
3 }