mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
fb488de2aa
enable `PassMode::Indirect { on_stack: true, .. }` tail call arguments
tracking issue: https://github.com/rust-lang/rust/issues/112788
fixes https://github.com/rust-lang/rust/issues/144855
And add a bunch of tests for tail call target support.
r? WaffleLapkin
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.