Skip to content

Commit dcfe311

Browse files
Rollup merge of #51302 - Mark-Simulacrum:rustdoc-fast, r=QuietMisdreavus
Permit building rustdoc without compiler artifacts None
2 parents d297f68 + cf24a1d commit dcfe311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bootstrap/test.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,8 +952,7 @@ impl Step for Compiletest {
952952
if suite.ends_with("fulldeps") ||
953953
// FIXME: Does pretty need librustc compiled? Note that there are
954954
// fulldeps test suites with mode = pretty as well.
955-
mode == "pretty" ||
956-
mode == "rustdoc"
955+
mode == "pretty"
957956
{
958957
builder.ensure(compile::Rustc { compiler, target });
959958
}

src/test/rustdoc/rustc-macro-crate.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// no-prefer-dynamic
12+
// ignore-stage1
1213

1314
#![crate_type = "proc-macro"]
1415

0 commit comments

Comments
 (0)