diff options
| author | QuietMisdreavus <grey@quietmisdreavus.net> | 2018-08-07 15:17:27 -0500 |
|---|---|---|
| committer | QuietMisdreavus <grey@quietmisdreavus.net> | 2018-09-20 05:42:22 -0500 |
| commit | 457efc111a691135356232245d8855dc006dc4e1 (patch) | |
| tree | 41256ab06ed6fef7256ecd39061c7384cea666dd /src/test | |
| parent | 5e0f9be6707c304bbcfdd22a8fb857e49a013f57 (diff) | |
| download | rust-457efc111a691135356232245d8855dc006dc4e1.tar.gz rust-457efc111a691135356232245d8855dc006dc4e1.zip | |
ignore rustdoc/doc-proc-macro on stage1
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/rustdoc/doc-proc-macro.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/rustdoc/doc-proc-macro.rs b/src/test/rustdoc/doc-proc-macro.rs index b3b403a7b86..01a4a410b03 100644 --- a/src/test/rustdoc/doc-proc-macro.rs +++ b/src/test/rustdoc/doc-proc-macro.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-stage1 + // Issue #52129: ICE when trying to document the `quote` proc-macro from proc_macro // As of this writing, we don't currently attempt to document proc-macros. However, we shouldn't |
