diff options
| author | kennytm <kennytm@gmail.com> | 2017-11-26 15:01:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-26 15:01:34 +0800 |
| commit | 2cac14e2f99b22cefb2fe07607f1eb0cee920d6a (patch) | |
| tree | e2556397d725ec3b890e33cc5eb742dac371b95f /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 2f84fb5cc1ac5f04bdf5a281997e02bcf4fc18d9 (diff) | |
| parent | 2f51f671c46efe91e803de8ab02fc5d379c089a8 (diff) | |
| download | rust-2cac14e2f99b22cefb2fe07607f1eb0cee920d6a.tar.gz rust-2cac14e2f99b22cefb2fe07607f1eb0cee920d6a.zip | |
Rollup merge of #46201 - davidalber:eprint-in-fmt-doc, r=frewsxcv
Adding `eprint*!` to the list of macros in the `format!` family The `eprint!` and `eprintln!` macros were added in 7612727. The `std::fmt` documentation does not mention these macros next to `print!` and `println!` in the [Related macros](https://doc.rust-lang.org/std/fmt/#related-macros) section, and I did not find evidence that this omission was deliberate. This PR adds such documentation. The first modification is to add `eprint!` and `eprintln!` to the list of related macros in the `format!` family. This is how it appears with this change:  The second modification adds a sub-section for `eprint!` and `eprintln!`. Here is how the new section appears: 
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
