]> git.lizzy.rs Git - rust.git/blob - src/test/ui/chalkify/println.rs
Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-errors
[rust.git] / src / test / ui / chalkify / println.rs
1 // check-pass
2 // compile-flags: -Z chalk
3
4 fn main() {
5     println!("hello");
6 }