You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some trivial accessors have a single call, like
`fn def_id(self) -> DefId { self.did() }`. After MIR inlining the
inner call, the auto-inline heuristic from Rust PR 116505 might
already cover these, but the heuristic is conservative. Let's
annotate explicitly and profile.
0 commit comments