7 lines
92 B
Rust
7 lines
92 B
Rust
// check-pass
|
|
// compile-flags: -Z trait-solver=chalk
|
|
|
|
fn main() {
|
|
println!("hello");
|
|
}
|