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

Use the new print-to-stderr macro when it's stable #534

Closed
carols10cents opened this issue Mar 12, 2017 · 2 comments
Closed

Use the new print-to-stderr macro when it's stable #534

carols10cents opened this issue Mar 12, 2017 · 2 comments
Milestone

Comments

@carols10cents
Copy link
Member

See rust-lang/rfcs#1869. @zackw has graciously volunteered to help with this!

@carols10cents carols10cents added this to the all milestone Mar 12, 2017
@zackw
Copy link

zackw commented Mar 12, 2017

I should have time this week to read through the current draft and make some notes about what needs changing, which I will post here. I suspect the bulk of the changes will be simply changing println! to somethingprintln! in example code. (Careful reading is needed to figure out which instances of println! should change; it won't be all of them.)

However, based on a very quick skim I think I should warn you that the contents of ch12-06-writing-to-stderr-instead-of-stdout.md (after revision to not talk about writeln!(io::stderr(), ...)) probably need to move into chapter 3.

@zackw
Copy link

zackw commented Apr 10, 2017

I finally got around to drafting changes. See PR #615.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants