about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2025-07-25 17:52:13 -0700
committerJosh Triplett <josh@joshtriplett.org>2025-07-25 22:02:09 -0700
commitb6c54a97b3ce019b48a7e98f952532b9d1670834 (patch)
tree18761bbb0c04879e437fddc14d5e11d975a01e5d /compiler/rustc_codegen_llvm/src/lib.rs
parent715088094c2e2ef31158b4767ceacfba62c8e6ef (diff)
downloadrust-b6c54a97b3ce019b48a7e98f952532b9d1670834.tar.gz
rust-b6c54a97b3ce019b48a7e98f952532b9d1670834.zip
Avoid placing `// FIXME` comments inside doc code blocks
This leads tools like rustfmt to get confused, because the doc code
block effectively spans two doc comments. As a result, the tools think
the first code block is unclosed, and the subsequent terminator opens a
new block.

Move the FIXME comments outside the doc code blocks, instead.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
0 files changed, 0 insertions, 0 deletions