]> git.lizzy.rs Git - rust.git/blob - src/test/ui/chalkify/println.rs
Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis
[rust.git] / src / test / ui / chalkify / println.rs
1 // check-pass
2 // compile-flags: -Z chalk
3
4 fn main() {
5     // FIXME(chalk): Require `RegionOutlives`/`TypeOutlives`/`Subtype` support
6     //println!("hello");
7 }