mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
828caa80a9
Don't expect normalization to succeed in elaborate_drops Fixes https://github.com/rust-lang/rust/issues/110682 This was exposed through the changes in https://github.com/rust-lang/rust/pull/109247, which causes more things to be inlined. Inlining can happen before monomorphization, so we can't expect normalization to succeed. In the elaborate_drops analysis we currently have [this call]( |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |