You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
See rust-lang/rfcs#1869. @zackw has graciously volunteered to help with this!
The text was updated successfully, but these errors were encountered: