diff options
| author | Eric Huss <eric@huss.org> | 2019-12-05 16:26:21 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2019-12-09 08:08:27 -0800 |
| commit | 60d4e20ff07ac4546f47f09094c7c04b577f0966 (patch) | |
| tree | 968239eaa2584fd2ba3c1362f291ce064cc2e9fa /src/test/rustdoc | |
| parent | 590dd7dfef3e835756edb5f920bf31cd19eef4d0 (diff) | |
| download | rust-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.rs | 3 |
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. |
