diff options
Diffstat (limited to 'tests/ui/parallel-rustc/cycle_crash.rs')
| -rw-r--r-- | tests/ui/parallel-rustc/cycle_crash.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/ui/parallel-rustc/cycle_crash.rs b/tests/ui/parallel-rustc/cycle_crash.rs deleted file mode 100644 index 94ae11aef39..00000000000 --- a/tests/ui/parallel-rustc/cycle_crash.rs +++ /dev/null @@ -1,5 +0,0 @@ -//@ compile-flags: -Z threads=2 - -const FOO: usize = FOO; //~ERROR cycle detected when simplifying constant for the type system `FOO` - -fn main() {} |
