We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3d737 commit cf24a1dCopy full SHA for cf24a1d
src/bootstrap/test.rs
@@ -952,8 +952,7 @@ impl Step for Compiletest {
952
if suite.ends_with("fulldeps") ||
953
// FIXME: Does pretty need librustc compiled? Note that there are
954
// fulldeps test suites with mode = pretty as well.
955
- mode == "pretty" ||
956
- mode == "rustdoc"
+ mode == "pretty"
957
{
958
builder.ensure(compile::Rustc { compiler, target });
959
}
src/test/rustdoc/rustc-macro-crate.rs
@@ -9,6 +9,7 @@
9
// except according to those terms.
10
11
// no-prefer-dynamic
12
+// ignore-stage1
13
14
#![crate_type = "proc-macro"]
15
0 commit comments