mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 11:13:43 +00:00
6ca43aca1d
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 |