rust/src/test/ui/chalkify/println.rs
2020-05-07 17:35:58 -04:00

7 lines
160 B
Rust

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