Skip to content

Commit

Permalink
Merge branch 'master' into rename-prop-struct
Browse files Browse the repository at this point in the history
  • Loading branch information
valyagolev committed Oct 30, 2023
2 parents f1eb9d8 + 957eb71 commit 172ba88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cases/partialeq-fail.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ note: an implementation of `PartialEq` might be missing for `NotPartialEq`
= note: this error originates in the derive macro `PartialEq` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider annotating `NotPartialEq` with `#[derive(PartialEq)]`
|
14 | #[derive(PartialEq)]
14 + #[derive(PartialEq)]
15 | struct NotPartialEq();
|

0 comments on commit 172ba88

Please sign in to comment.