Skip to content

Kill off stray operator-new in rust_task.h #2697

@graydon

Description

@graydon
Contributor

Not entirely sure why, but it seems unpopular with its author (eholk).

Activity

eholk

eholk commented on Jun 21, 2012

@eholk
Contributor

Huh, I don't remember why I didn't like this either. I think it was probably that we had a bunch of different new operators, and it was really easy to accidentally use the wrong one.

added a commit that references this issue on Apr 23, 2013
212256b
alexcrichton

alexcrichton commented on Apr 23, 2013

@alexcrichton
Member

I think this can be closed now?

added a commit that references this issue on Dec 3, 2022
added a commit that references this issue on Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @graydon@alexcrichton@eholk@catamorphism

        Issue actions

          Kill off stray operator-new in rust_task.h · Issue #2697 · rust-lang/rust