Skip to content

Commit

Permalink
Update test output.
Browse files Browse the repository at this point in the history
(My inference is that the number changed from 4 to 5 because `derive(PartialEq)` now injects an extra trait impl before.)
  • Loading branch information
pnkfelix committed Oct 25, 2019
1 parent 86f7d6f commit f645e90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f645e90

Please sign in to comment.