rename tests

This commit is contained in:
Lukas Markeffsky 2023-12-26 17:50:30 +01:00
parent 2fe50cd72c
commit cb2fc0967f
3 changed files with 1 additions and 1 deletions

View file

@ -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() {
| ^^^^^^^^^