Update test output.
(My inference is that the number changed from 4 to 5 because `derive(PartialEq)` now injects an extra trait impl before.)
This commit is contained in:
parent
86f7d6f21e
commit
f645e90992
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ impl IndexMut<usize> for Indexable {
|
|||
}
|
||||
|
||||
|
||||
//~ MONO_ITEM fn overloaded_operators::{{impl}}[4]::eq[0]
|
||||
//~ MONO_ITEM fn overloaded_operators::{{impl}}[4]::ne[0]
|
||||
//~ MONO_ITEM fn overloaded_operators::{{impl}}[5]::eq[0]
|
||||
//~ MONO_ITEM fn overloaded_operators::{{impl}}[5]::ne[0]
|
||||
#[derive(PartialEq)]
|
||||
pub struct Equatable(u32);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue