mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 11:13:43 +00:00
0a89d7bd7e
inliner: Copy unevaluated constants only after successful inlining Inliner copies the unevaluated constants from the callee body to the caller at the point where decision to inline is yet to be made. The constants will be unnecessary if inlining were to fail. Organize the code moving items from callee to the caller together in one place to avoid the issue. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |