diff options
Diffstat (limited to 'tests/rustdoc-ui/scrape-examples/scrape-examples-wrong-options-1.rs')
| -rw-r--r-- | tests/rustdoc-ui/scrape-examples/scrape-examples-wrong-options-1.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustdoc-ui/scrape-examples/scrape-examples-wrong-options-1.rs b/tests/rustdoc-ui/scrape-examples/scrape-examples-wrong-options-1.rs index df7b41e20f6..3db7924dbe1 100644 --- a/tests/rustdoc-ui/scrape-examples/scrape-examples-wrong-options-1.rs +++ b/tests/rustdoc-ui/scrape-examples/scrape-examples-wrong-options-1.rs @@ -1 +1,3 @@ //@ compile-flags: -Z unstable-options --scrape-examples-target-crate foobar + +//~? ERROR must use --scrape-examples-output-path and --scrape-examples-target-crate together |
