Skip to content

Commit cb2fc09

Browse files
author
Lukas Markeffsky
committed
rename tests
1 parent 2fe50cd commit cb2fc09

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/ui/sized/recursive-type-2.stderr renamed to tests/ui/sized/recursive-type-binding.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ error[E0391]: cycle detected when computing layout of `Foo<()>`
33
= note: ...which requires computing layout of `<() as A>::Assoc`...
44
= note: ...which again requires computing layout of `Foo<()>`, completing the cycle
55
note: cycle used when elaborating drops for `main`
6-
--> $DIR/recursive-type-2.rs:11:1
6+
--> $DIR/recursive-type-binding.rs:11:1
77
|
88
LL | fn main() {
99
| ^^^^^^^^^

0 commit comments

Comments
 (0)