Files
rust/compiler
bors ddd36bd570 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 https://github.com/rust-lang/rust/pull/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
2026-03-02 02:41:00 +00:00
..
2026-02-24 10:50:39 +01:00
2026-01-19 16:08:54 +00:00