Skip to content

Tracking issue for addition of eprint/eprintln macros #40528

Closed
@alexcrichton

Description

@alexcrichton
Member

Tracking issue for for rust-lang/rfcs#1869

@zackw would you be interested in sending a PR?

Activity

added
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
on Mar 14, 2017
zackw

zackw commented on Mar 14, 2017

@zackw
Contributor

>.> Reopen #39229 and proceed from there?

alexcrichton

alexcrichton commented on Mar 14, 2017

@alexcrichton
MemberAuthor

Sure yeah, want to resubmit that as a new PR?

zackw

zackw commented on Mar 14, 2017

@zackw
Contributor

Is it actually necessary to resubmit? Couldn't you just reopen the existing one?

alexcrichton

alexcrichton commented on Mar 14, 2017

@alexcrichton
MemberAuthor

Let's stick with a new PR, easier on bors in general

steveklabnik

steveklabnik commented on Mar 14, 2017

@steveklabnik
Member

@zackw when you make your new PR, mind also adding an entry to https://github.com/rust-lang/rust/tree/master/src/doc/unstable-book ? It doesn't need to actually have docs in it. Check out any of the chapters for the little template.

added 2 commits that reference this issue on May 11, 2017

Rollup merge of rust-lang#41192 - zackw:eprintln, r=alexcrichton

Rollup merge of rust-lang#41192 - zackw:eprintln, r=alexcrichton

added
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC
on Jul 27, 2017
Mark-Simulacrum

Mark-Simulacrum commented on Jul 27, 2017

@Mark-Simulacrum
Member

I think this was stabilized, though I don't see any discussion here. @alexcrichton Any idea where that happened? Closing anyway..

zackw

zackw commented on Jul 27, 2017

@zackw
Contributor

For the record, the code change was merged in #41192.

alexcrichton

alexcrichton commented on Jul 27, 2017

@alexcrichton
MemberAuthor

Ah yes macros IIRC can't be stabilized in the same way as other items, so we added these as insta-stable.

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

    B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @steveklabnik@alexcrichton@zackw@Mark-Simulacrum

        Issue actions

          Tracking issue for addition of eprint/eprintln macros · Issue #40528 · rust-lang/rust