Skip to content

Commit f645e90

Browse files
committed
Update test output.
(My inference is that the number changed from 4 to 5 because `derive(PartialEq)` now injects an extra trait impl before.)
1 parent 86f7d6f commit f645e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/codegen-units/item-collection/overloaded-operators.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ impl IndexMut<usize> for Indexable {
3434
}
3535

3636

37-
//~ MONO_ITEM fn overloaded_operators::{{impl}}[4]::eq[0]
38-
//~ MONO_ITEM fn overloaded_operators::{{impl}}[4]::ne[0]
37+
//~ MONO_ITEM fn overloaded_operators::{{impl}}[5]::eq[0]
38+
//~ MONO_ITEM fn overloaded_operators::{{impl}}[5]::ne[0]
3939
#[derive(PartialEq)]
4040
pub struct Equatable(u32);
4141

0 commit comments

Comments
 (0)