From cf24a1df331ae4314245825c4ce668bc74b6d55c Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Sat, 2 Jun 2018 07:50:35 -0600 Subject: 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. --- src/test/rustdoc/rustc-macro-crate.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test') diff --git a/src/test/rustdoc/rustc-macro-crate.rs b/src/test/rustdoc/rustc-macro-crate.rs index dc28732b55e..d46f9684411 100644 --- a/src/test/rustdoc/rustc-macro-crate.rs +++ b/src/test/rustdoc/rustc-macro-crate.rs @@ -9,6 +9,7 @@ // except according to those terms. // no-prefer-dynamic +// ignore-stage1 #![crate_type = "proc-macro"] -- cgit 1.4.1-3-g733a5