Skip to content

Commit

Permalink
rename the parallel rustc ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SparrowLii committed Feb 5, 2024
1 parent 97f5545 commit 837e5ac
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: symbol `fail` is already defined
--> $DIR/issue-111528.rs:12:1
--> $DIR/cache-after-waiting-issue-111528.rs:12:1
|
LL | pub fn b() {
| ^^^^^^^^^^
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error[E0072]: recursive type `ElemDerived` has infinite size
--> $DIR/issue-94654.rs:6:1
--> $DIR/workerlocal-outer-thread-pool-issue-94654.rs:6:1
|
LL | pub enum ElemDerived {
| ^^^^^^^^^^^^^^^^^^^^
Expand All @@ -13,14 +13,14 @@ LL | A(Box<ElemDerived>)
| ++++ +

error[E0391]: cycle detected when computing drop-check constraints for `ElemDerived`
--> $DIR/issue-94654.rs:6:1
--> $DIR/workerlocal-outer-thread-pool-issue-94654.rs:6:1
|
LL | pub enum ElemDerived {
| ^^^^^^^^^^^^^^^^^^^^
|
= note: ...which immediately requires computing drop-check constraints for `ElemDerived` again
note: cycle used when computing drop-check constraints for `Elem`
--> $DIR/issue-94654.rs:12:1
--> $DIR/workerlocal-outer-thread-pool-issue-94654.rs:12:1
|
LL | pub enum Elem {
| ^^^^^^^^^^^^^
Expand Down

0 comments on commit 837e5ac

Please sign in to comment.