Closed
Description
Current behavior:
thread 'main' panicked at 'Error: no rules matched src/librustdoc.', src/bootstrap/builder.rs:222:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failed to run: /home/joshua/src/rust/build/bootstrap/debug/bootstrap build src/librustdoc
Expected behavior: This builds rustdoc.
I'm interested in working on this, if anyone has suggestions that would be much appreciated. I found src/bootstrap/builder.rs
but I'm having a hard time understanding ShouldRun
.