diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2021-07-13 17:41:03 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2021-09-12 02:30:24 +0000 |
| commit | 7b469202183c1b29db813be42614ef994c099aca (patch) | |
| tree | cc525e7bdbcb40a7c27842e4d3bd1bc0bfabe53f /compiler/rustc_codegen_llvm/src | |
| parent | cb7e527692bd01c68f01fd373db0c49dbc8670ce (diff) | |
| download | rust-7b469202183c1b29db813be42614ef994c099aca.tar.gz rust-7b469202183c1b29db813be42614ef994c099aca.zip | |
Fix linkcheck issues
Most of these are because alloc uses `#[lang_item]` to define methods, but core documents primitives before those methods are available. - Fix rustdoc-js-std test For some reason this change made CStr not show up in the results for `str,u8`. Since it still shows up for str, and since it wasn't a great match for that query anyway, I think this is ok to let slide. - Add test that all primitives can be linked to - Enable `doc(primitive)` in `core` as well - Add linkcheck exception specifically for Windows Ideally this would be done automatically by the linkchecker by replacing `\\` with forward slashes, but this PR is already a ton of work ... - Don't forcibly fail linkchecking if there's a broken intra-doc link on Windows Previously, it would exit with a hard error if a missing file had `::` in it. This changes it to report a missing file instead, which allows adding an exception.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
