Files
rust/tests
Stuart Cook 6bbc4cb995 Rollup merge of #148907 - folkertdev:tail-call-infinite-recursion, r=WaffleLapkin
add assembly test for infinite recursion with `become`

tracking issue: https://github.com/rust-lang/rust/issues/112788
fixes https://github.com/rust-lang/rust/issues/125698

Check that infinite recursion via `become` does not grow the stack (even on opt-level 0). The incomplete implementation of `become` did not guarantee that earlier. Although it's unlikely this ever regresses we may as well test it and close the issue.

r? ```@WaffleLapkin```
2025-11-14 13:14:08 +11:00
..
2025-11-12 12:48:45 +01:00
2025-11-12 12:48:27 +01:00
2025-11-13 15:34:49 +01:00