about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorTrevor Gross <t.gross35@gmail.com>2025-08-29 19:33:05 -0500
committerGitHub <noreply@github.com>2025-08-29 19:33:05 -0500
commitb722da955f8151edeef8b3fea498a43975441742 (patch)
tree717dc302438a94446f9539636cacfa8124968788 /compiler/rustc_codegen_llvm/src
parenta7fd14f89d1aea5cb979dcf1473abac74a1f8cc5 (diff)
parent638a52c789e92009cf26ed73a4a5bc597814fe7b (diff)
downloadrust-b722da955f8151edeef8b3fea498a43975441742.tar.gz
rust-b722da955f8151edeef8b3fea498a43975441742.zip
Rollup merge of #146000 - GuillaumeGomez:rustdoc-error-improvement, r=notriddle
Improve librustdoc error when a file creation/modification failed

The message before looks like this:

```
failed to create or modify "/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/search.index/entry/"
```

And with this change it looks like this:

```
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
```

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