about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorElias Holzmann <9659253+EliasHolzmann@users.noreply.github.com>2022-04-30 02:38:22 +0200
committerElias Holzmann <9659253+EliasHolzmann@users.noreply.github.com>2022-05-01 15:26:15 +0200
commit1288883932e04317cbf075989cfc17369bff038c (patch)
treec8f9228c8d796c47dd3d459fb77d819ce51b348e /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parenta707f401074bc769bab4efb2bfdde7f6c5a4068d (diff)
downloadrust-1288883932e04317cbf075989cfc17369bff038c.tar.gz
rust-1288883932e04317cbf075989cfc17369bff038c.zip
std::fmt: Fixed documentation for specifying precision via `.*`
The documentation stated that in case of the syntax `{<arg>:<spec>.*}`, "the
`<arg>` part refers to the value to print, and the precision must come in the
input preceding `<arg>`". This is not correct: the <arg> part does indeed refer
to the value to print, but the precision does not come in the input preciding
arg, but in the next implicit input (as if specified with {}).

Fixes #96413.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions