Rustdoc is no longer compiled in every stage, alongside rustc, instead it is only compiled when requested, and generally only for the last stage.
11 lines
214 B
TOML
11 lines
214 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "error_index_generator"
|
|
version = "0.0.0"
|
|
|
|
[dependencies]
|
|
rustdoc = { path = "../../librustdoc" }
|
|
|
|
[[bin]]
|
|
name = "error_index_generator"
|
|
path = "main.rs"
|