Skip to content

Commit

Permalink
rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Markeffsky committed Dec 26, 2023
1 parent 2fe50cd commit cb2fc09
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ error[E0391]: cycle detected when computing layout of `Foo<()>`
= note: ...which requires computing layout of `<() as A>::Assoc`...
= note: ...which again requires computing layout of `Foo<()>`, completing the cycle
note: cycle used when elaborating drops for `main`
--> $DIR/recursive-type-2.rs:11:1
--> $DIR/recursive-type-binding.rs:11:1
|
LL | fn main() {
| ^^^^^^^^^
Expand Down
File renamed without changes.

0 comments on commit cb2fc09

Please sign in to comment.