7 lines
160 B
Rust
7 lines
160 B
Rust
// check-pass
|
|
// compile-flags: -Z chalk
|
|
|
|
fn main() {
|
|
// FIXME(chalk): Require `RegionOutlives`/`TypeOutlives`/`Subtype` support
|
|
//println!("hello");
|
|
}
|