eprintln! note

pull/67/head
Dhghomon 4 years ago committed by GitHub
parent 115f959def
commit ff88b06b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12074,6 +12074,8 @@ macro_rules! dbg {
}
```
(`eprintln!` is the same as `println!` except it prints to `io::stderr` instead of `io::stdout`. There is also `eprint!` that doesn't add a new line)
So we can try this out ourself.
```rust

Loading…
Cancel
Save