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

Associate an allocator to boxes #55139

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 17, 2018

  1. Associate an allocator to boxes

    This turns `Box<T>` into `Box<T, A: Alloc = Global>`. This is a
    minimalist change to achieve this, not touching anything that could have
    backwards incompatible consequences like requiring type annotations in
    places where they currently aren't required,
    per rust-lang#50822 (comment)
    glandium committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    aa19e43 View commit details
    Browse the repository at this point in the history