rust/tests/ui/chalkify/assert.rs

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

7 lines
89 B
Rust
Raw Normal View History

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