diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-06-02 07:50:35 -0600 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-06-02 09:32:22 -0600 |
| commit | cf24a1df331ae4314245825c4ce668bc74b6d55c (patch) | |
| tree | 925ed47c493a22b24c4e9af40a7bae796eb3c44e /src/test/rustdoc | |
| parent | 1b3d737716a4ae40709da627fc3e726ce539e405 (diff) | |
| download | rust-cf24a1df331ae4314245825c4ce668bc74b6d55c.tar.gz rust-cf24a1df331ae4314245825c4ce668bc74b6d55c.zip | |
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.
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/rustc-macro-crate.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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"] |
