about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-04-04 15:09:03 +0200
committerGitHub <noreply@github.com>2019-04-04 15:09:03 +0200
commit56328a595201285fcafc07835a64799cf59171f4 (patch)
tree422e3e0b174d37ea1e3db7efdb11349260627dad /src/test/incremental/thinlto
parent9f8f89105c75fb3be810a0ec76506e94ed66988b (diff)
parentd3d3049f3a37687981eb48559470f59337694bf6 (diff)
downloadrust-56328a595201285fcafc07835a64799cf59171f4.tar.gz
rust-56328a595201285fcafc07835a64799cf59171f4.zip
Rollup merge of #59596 - LukasKalbertodt:fix-range-fmt, r=Kimundi
Forward formatter settings to bounds of `Range<T>` in `fmt::Debug` impl

Before this change, formatter settings were lost when printing a `Range`. For example, printing a `Range<f32>` with `{:.2?}` would not apply the precision modifier when printing the floats. Now the `Debug` impls look a bit more verbose, but modifier are not lost.

---

I assume the exact output of `Debug` impls in `std` cannot be relied on by users and thus can change, right?
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions