diff options
| author | ywxt <ywxtcwh@gmail.com> | 2025-08-15 14:16:32 +0800 |
|---|---|---|
| committer | ywxt <ywxtcwh@gmail.com> | 2025-08-15 14:16:32 +0800 |
| commit | e17989edc7dfcf923626964cb8d59a570f32c8bf (patch) | |
| tree | 16451de3c07c85244ea31c03bce100fdf8984018 /tests/ui/parallel-rustc/cycle_crash.rs | |
| parent | 898aff704d6f0d00343f21d31b8b9bfac8e43007 (diff) | |
| download | rust-e17989edc7dfcf923626964cb8d59a570f32c8bf.tar.gz rust-e17989edc7dfcf923626964cb8d59a570f32c8bf.zip | |
Add the directive `compare-output-by-lines`
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() {} |
