about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/lib.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-09-02 17:09:00 +0200
committerGitHub <noreply@github.com>2025-09-02 17:09:00 +0200
commit0e203c4a033cbcb5cd6b212d41fe717cd77e7eaf (patch)
treead0ac391e17b187612cd1adb7120d40d5083988a /compiler/rustc_parse/src/lib.rs
parent179e75944f34340812d113411aa947276942543d (diff)
parentad2e0961366a6bf5e01d6863a459424e78ebcf40 (diff)
downloadrust-0e203c4a033cbcb5cd6b212d41fe717cd77e7eaf.tar.gz
rust-0e203c4a033cbcb5cd6b212d41fe717cd77e7eaf.zip
Rollup merge of #146117 - GuillaumeGomez:fix-search-index-generation, r=notriddle
Fix search index generation

Fixes this issue:

```
error: couldn't generate documentation: failed to read column from disk: data consumer error: missing field `unknown number` at line 1 column 8
  |
  = note: failed to create or modify "build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/search.index/entry/": failed to read column from disk: data consumer error: missing field `unknown number` at line 1 column 8

warning: `theme_css` (lib doc) generated 1 warning
error: could not document `theme_css`
```

The problem was that a conversion was forgotten for the `ItemType` enum.

Thanks a lot to `@janis-bhm!`

r? `@lolbinarycat`
Diffstat (limited to 'compiler/rustc_parse/src/lib.rs')
0 files changed, 0 insertions, 0 deletions