]> git.lizzy.rs Git - rust.git/blob - tests/ui/chalkify/println.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / chalkify / println.rs
1 // check-pass
2 // compile-flags: -Z trait-solver=chalk
3
4 fn main() {
5     println!("hello");
6 }