mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
71ec1457ee
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`