Skip to content

Commit 89cf831

Browse files
committed
Auto merge of #153157 - madsmtm:fix-eq-derive-comptime-regression, r=JonathanBrouwer
Re-add `#[inline]` to `Eq::assert_fields_are_eq` Fixes a compile-time regression in rust-lang/rust#149978: non-inline methods are generally codegen'd while inline methods are deferred (and this function should never be called, so deferring is the right choice). r? JonathanBrouwer CC @cyrgani
2 parents bf9b8b9 + d5444f5 commit 89cf831

0 file changed

File tree

    0 commit comments

    Comments
     (0)