2024-07-24 21:52:32 +00:00
|
|
|
//@ build-aux-docs
|
|
|
|
|
//@ doc-flags:--enable-index-page
|
|
|
|
|
//@ doc-flags:-Zunstable-options
|
|
|
|
|
|
|
|
|
|
//@ has index.html
|
2024-07-24 22:16:01 +00:00
|
|
|
//@ has index.html '//h1' 'List of all crates'
|
|
|
|
|
//@ has index.html '//ul[@class="all-items"]//a[@href="q/index.html"]' 'q'
|
2024-07-24 21:52:32 +00:00
|
|
|
//@ has q/struct.Quebec.html
|
2024-11-22 12:58:20 -07:00
|
|
|
//@ hasraw search.index/name/*.js 'Quebec'
|
2024-07-24 21:52:32 +00:00
|
|
|
|
|
|
|
|
// there's nothing cross-crate going on here
|
|
|
|
|
pub struct Quebec;
|