]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_driver/Cargo.toml
Don't inline query_cache_hit to reduce code size of the query hot path.
[rust.git] / compiler / rustc_driver / Cargo.toml
1 [package]
2 name = "rustc_driver"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7 crate-type = ["dylib"]
8
9 [dependencies]
10 rustc_driver_impl = { path = "../rustc_driver_impl" }