Closed zackw closed 7 years ago
I'd suggest to just implement this and send a PR (in the worst case you'll need to write an RFC as well). This was suggested many times in various places, but nobody pushed hard enough and took responsibility to actually get this implemented and merged. I encourage you to do it. The number of likes this suggestion gathered on internals in one day shows that the feature is clearly wanted.
This does require an RFC, as I mentioned in https://github.com/rust-lang/rust/pull/39229, so I'm going to give this a close; this would be tracked by the RFC process. Thanks!
If you are still running into this error, update Rust to version >= 1.21.0
.
I spent a while googling this error and wondering which package providing eprintln!
was old before realizing that this PR had eventually been merged in.
From https://internals.rust-lang.org/t/extremely-pre-rfc-eprintln/4635 …
… which met with general approval and two people saying they already were adding
eprintln!
to all their own crates, so I'm just gonna go ahead and submit a PR.eprint!
is included for completeness and symmetry; I'm not sure it's useful, but I think people would be surprised to find it missing.