diff options
author | bors <bors@rust-lang.org> | 2023-02-04 18:11:02 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2023-02-04 18:11:02 +0000 |
commit | 3de7d7fb22a579a3d59ddb1c959d1b3da224aafa (patch) | |
tree | 0d3e9447ea00657b717fbba42f6a854bc0b95355 /tests/rustdoc-js-std/parser-errors.js | |
parent | 9dee4e4c42d23b0c5afd6d8fed025181f70fbe12 (diff) | |
parent | 2b8f8922ee5852f97e92082b209c0f4d940a6edb (diff) | |
download | rust-3de7d7fb22a579a3d59ddb1c959d1b3da224aafa.tar.gz |
Auto merge of #107549 - Zoxc:rustc-shared, r=jyn514
Move code in `rustc_driver` out to a new `rustc_driver_impl` crate to allow pipelining
That adds a `rustc_shared` library which contains all the rustc library crates in a single dylib. It takes over this role from `rustc_driver`. This is done so that `rustc_driver` can be compiled in parallel with other crates. `rustc_shared` is intentionally left empty so it only does linking.
An alternative could be to move the code currently in `rustc_driver` into a new crate to avoid changing the name of the distributed library.
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions