rust/tests/ui/chalkify/assert.rs

7 lines
89 B
Rust
Raw Normal View History

2022-02-09 04:19:31 -06:00
// run-pass
2023-01-02 17:18:00 -06:00
// compile-flags: -Z trait-solver=chalk
2022-02-09 04:19:31 -06:00
fn main() {
assert_eq!(1, 1);
}