about summary refs log tree commit diff
path: root/tests/ui/parallel-rustc/cycle_crash.rs
blob: 94ae11aef39d475d47d33f1c73842839175e094f (plain)
1
2
3
4
5
//@ compile-flags: -Z threads=2

const FOO: usize = FOO; //~ERROR cycle detected when simplifying constant for the type system `FOO`

fn main() {}