diff options
| author | bors <bors@rust-lang.org> | 2021-06-21 08:55:38 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-06-21 08:55:38 +0000 |
| commit | 86bf28dfab88118a22e5c9b46ac7d9634ac54908 (patch) | |
| tree | 6e32e6c16f0ee8272f14dfc2657c556815e061e4 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp | |
| parent | 404bd1a49a13fc09770f5f4ba289c0d105ad01c8 (diff) | |
| parent | 96a9786b1c95b6647ff7e1478947c100db78e3ca (diff) | |
| download | rust-86bf28dfab88118a22e5c9b46ac7d9634ac54908.tar.gz rust-86bf28dfab88118a22e5c9b46ac7d9634ac54908.zip | |
Auto merge of #7385 - xFrednet:0000-fix-broken-deploy, r=flip1995
Fixed broken deploy script due to multiline configuration docs The deploy script on master currently runs into an error (See [log](https://github.com/rust-lang/rust-clippy/runs/2865828873)) due to the new configuration documentation added in #7299. The current documentation collection for the configuration macro sadly doesn't support multiline doc comments. This will be changes in the future with the new metadata collector tracked in #7172 For now we have to use `<br>` inside doc comments to add paragraphs. This PR restricts `define_Conf!` macro to single lines and adds a comment explaining the reasoning behind it. It also adjusted the actual document parsing to fix a bug. (The parsing was automatically stopping on the first curly bracket, even if it was part of a doc comment). changelog: none
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
