Skip to content

Commit 837e5ac

Browse files
committed
rename the parallel rustc ui tests
1 parent 97f5545 commit 837e5ac

7 files changed

+4
-4
lines changed

tests/ui/parallel-rustc/issue-111528.stderr renamed to tests/ui/parallel-rustc/cache-after-waiting-issue-111528.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: symbol `fail` is already defined
2-
--> $DIR/issue-111528.rs:12:1
2+
--> $DIR/cache-after-waiting-issue-111528.rs:12:1
33
|
44
LL | pub fn b() {
55
| ^^^^^^^^^^

tests/ui/parallel-rustc/issue-94654.stderr renamed to tests/ui/parallel-rustc/workerlocal-outer-thread-pool-issue-94654.stderr

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0072]: recursive type `ElemDerived` has infinite size
2-
--> $DIR/issue-94654.rs:6:1
2+
--> $DIR/workerlocal-outer-thread-pool-issue-94654.rs:6:1
33
|
44
LL | pub enum ElemDerived {
55
| ^^^^^^^^^^^^^^^^^^^^
@@ -13,14 +13,14 @@ LL | A(Box<ElemDerived>)
1313
| ++++ +
1414

1515
error[E0391]: cycle detected when computing drop-check constraints for `ElemDerived`
16-
--> $DIR/issue-94654.rs:6:1
16+
--> $DIR/workerlocal-outer-thread-pool-issue-94654.rs:6:1
1717
|
1818
LL | pub enum ElemDerived {
1919
| ^^^^^^^^^^^^^^^^^^^^
2020
|
2121
= note: ...which immediately requires computing drop-check constraints for `ElemDerived` again
2222
note: cycle used when computing drop-check constraints for `Elem`
23-
--> $DIR/issue-94654.rs:12:1
23+
--> $DIR/workerlocal-outer-thread-pool-issue-94654.rs:12:1
2424
|
2525
LL | pub enum Elem {
2626
| ^^^^^^^^^^^^^

0 commit comments

Comments
 (0)