]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/lib.rs
Add generation of static libraries to rustc
[rust.git] / src / librustdoc / lib.rs
index c51244cddf52f065f03c03e5e52cc6c0a449aabb..1a4537f9138c2f3dd737fc94e2f0bf8a7a4553e5 100644 (file)
@@ -16,7 +16,8 @@
 
 #[desc = "rustdoc, the Rust documentation extractor"];
 #[license = "MIT/ASL2"];
-#[crate_type = "lib"];
+#[crate_type = "lib"]; // NOTE: remove after stage0 snapshot
+#[crate_type = "dylib"];
 
 #[feature(globs, struct_variant, managed_boxes)];