diff --git a/compiler/rustc_driver/Cargo.toml b/compiler/rustc_driver/Cargo.toml index 5190971982763..6f833c5f23104 100644 --- a/compiler/rustc_driver/Cargo.toml +++ b/compiler/rustc_driver/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2024" [lib] -crate-type = ["dylib"] +crate-type = ["rlib", "dylib"] [dependencies] # tidy-alphabetical-start