Rustdoc itself no longer requires proc macros to build
This avoids a full compiler build in order to build and/or run tests for rustdoc.
This commit is contained in:
parent
1b3d737716
commit
cf24a1df33
@ -952,8 +952,7 @@ impl Step for Compiletest {
|
|||||||
if suite.ends_with("fulldeps") ||
|
if suite.ends_with("fulldeps") ||
|
||||||
// FIXME: Does pretty need librustc compiled? Note that there are
|
// FIXME: Does pretty need librustc compiled? Note that there are
|
||||||
// fulldeps test suites with mode = pretty as well.
|
// fulldeps test suites with mode = pretty as well.
|
||||||
mode == "pretty" ||
|
mode == "pretty"
|
||||||
mode == "rustdoc"
|
|
||||||
{
|
{
|
||||||
builder.ensure(compile::Rustc { compiler, target });
|
builder.ensure(compile::Rustc { compiler, target });
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// no-prefer-dynamic
|
// no-prefer-dynamic
|
||||||
|
// ignore-stage1
|
||||||
|
|
||||||
#![crate_type = "proc-macro"]
|
#![crate_type = "proc-macro"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user