blob: a7ab062fd9e28d4db52c4bbe572bef7b35470a7e (
plain)
1
2
3
4
5
6
7
8
9
10
|
//@ build-aux-docs
//@ doc-flags:--scrape-examples-output-path=examples
//@ doc-flags:--scrape-examples-target-crate=q
//@ doc-flags:-Zunstable-options
//@ has examples
// where will --scrape-examples-output-path resolve the path to be?
// should be the root output directory
pub struct Quebec;
|