about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-12-05 16:26:21 -0800
committerEric Huss <eric@huss.org>2019-12-09 08:08:27 -0800
commit60d4e20ff07ac4546f47f09094c7c04b577f0966 (patch)
tree968239eaa2584fd2ba3c1362f291ce064cc2e9fa /src/test/rustdoc
parent590dd7dfef3e835756edb5f920bf31cd19eef4d0 (diff)
downloadrust-60d4e20ff07ac4546f47f09094c7c04b577f0966.tar.gz
rust-60d4e20ff07ac4546f47f09094c7c04b577f0966.zip
compiletest: add aux-crate directive
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/issue-66159.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/rustdoc/issue-66159.rs b/src/test/rustdoc/issue-66159.rs
index a69ba61a283..003d079a470 100644
--- a/src/test/rustdoc/issue-66159.rs
+++ b/src/test/rustdoc/issue-66159.rs
@@ -1,6 +1,5 @@
-// aux-build:issue-66159-1.rs
+// aux-crate:priv:issue_66159_1=issue-66159-1.rs
 // compile-flags:-Z unstable-options
-// extern-private:issue_66159_1
 
 // The issue was an ICE which meant that we never actually generated the docs
 // so if we have generated the docs, we're okay.