Update incremental tests

This commit is contained in:
Oliver Scherer 2020-09-09 14:04:27 +02:00
parent ef04e68462
commit c5889e4dab

View file

@ -11,7 +11,7 @@ impl Tr for str {
type Arr = [u8; 8];
#[cfg(cfail)]
type Arr = [u8; Self::C];
//[cfail]~^ ERROR cycle detected when const-evaluating
//[cfail]~^ ERROR cycle detected when simplifying constant
}
fn main() {}