about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-06-20 11:06:32 +0300
committeronur-ozkan <work@onurozkan.dev>2024-06-20 11:27:37 +0300
commit08fa5f0460c8b9a0fd5aeed0aa78a7864edf5aff (patch)
tree8f91c2e4cbcc1a5fc72cf566c8134e9c148f414e /compiler/rustc_parse/src
parent3186d17d56f9803b739a2c0aabd23aafd8791485 (diff)
downloadrust-08fa5f0460c8b9a0fd5aeed0aa78a7864edf5aff.tar.gz
rust-08fa5f0460c8b9a0fd5aeed0aa78a7864edf5aff.zip
bootstrap-rustdoc: use current stage if download-rustc enabled
When using download-rustc, using stage 1 rustdoc results in the wrong librustc_driver being used.

```sh
$ ./build/host/stage1/bin/rustdoc --version
./build/host/stage1/bin/rustdoc: error while loading shared libraries: librustc_driver-7ff02ed05016d515.so: cannot open shared object file: No such file or directory
```

This change fixes that by not cutting the stage if download-rustc is enabled.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'compiler/rustc_parse/src')
0 files changed, 0 insertions, 0 deletions