]> git.lizzy.rs Git - rust.git/blob - src/test/ui/new-import-syntax.rs
Auto merge of #100865 - compiler-errors:parent-substs-still, r=cjgillot
[rust.git] / src / test / ui / new-import-syntax.rs
1 // run-pass
2
3 pub fn main() {
4     println!("Hello world!");
5 }