rust/tests/ui/chalkify/println.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
92 B
Rust
Raw Normal View History

2020-03-03 10:25:03 -06:00
// check-pass
2023-01-02 17:18:00 -06:00
// compile-flags: -Z trait-solver=chalk
2020-03-03 10:25:03 -06:00
fn main() {
2022-02-09 04:19:31 -06:00
println!("hello");
2020-03-03 10:25:03 -06:00
}