]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #105436 - nnethercote:inline-place_contents_drop_state_cannot_differ...
authorbors <bors@rust-lang.org>
Tue, 13 Dec 2022 03:28:57 +0000 (03:28 +0000)
committerbors <bors@rust-lang.org>
Tue, 13 Dec 2022 03:28:57 +0000 (03:28 +0000)
Inline and remove `place_contents_drop_state_cannot_differ`.

It has a single call site and is hot enough to be worth inlining. And make sure `is_terminal_path` is inlined, too.

r? `@ghost`


Trivial merge