summary refs log tree commit diff
path: root/src/test/ui/chalkify/println.rs
blob: cf36aef8afaf3d0c9963229d64099c941e820af4 (plain)
1
2
3
4
5
6
7
// check-pass
// compile-flags: -Z chalk

fn main() {
    // FIXME(chalk): Require `RegionOutlives`/`TypeOutlives`/`Subtype` support
    //println!("hello");
}