mirror of
https://git.proxmox.com/git/rustc
synced 2026-02-04 20:33:58 +00:00
7 lines
89 B
Rust
7 lines
89 B
Rust
// run-pass
|
|
// compile-flags: -Z trait-solver=chalk
|
|
|
|
fn main() {
|
|
assert_eq!(1, 1);
|
|
}
|