Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(turbopack-ecmascript): Remove more _boxed async recursion helpers, and remove the async-recursion macro #69805

Merged
merged 1 commit into from
Sep 9, 2024

Commits on Sep 6, 2024

  1. chore(turbopack-ecmascript): Remove more _boxed async recursion hel…

    …pers, and remove the async-recursion macro
    
    An extension of #69762:
    
    > There are also a few more of these helpers if you search for `_boxed(`.
    
    These things used to be needed before Rust 1.77.0: https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#support-for-recursion-in-async-fn
    
    These days, we can just do the boxing inline!
    
    I also noticed we could remove the `async-recursion` macro, as it's not providing much value on Rust >=1.77.0.
    bgw committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    dd80d26 View commit details
    Browse the repository at this point in the history