2022-07-25 16:35:12 -07:00
|
|
|
//@ aux-build:issue-99734-aux.rs
|
|
|
|
//@ build-aux-docs
|
|
|
|
//@ ignore-cross-compile
|
|
|
|
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
#[macro_use]
|
|
|
|
extern crate issue_99734_aux;
|
|
|
|
|
|
|
|
pub use issue_99734_aux::*;
|
|
|
|
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ count foo/index.html '//a[@class="mod"][@title="mod foo::task"]' 1
|
2022-07-25 16:35:12 -07:00
|
|
|
|
|
|
|
pub mod task {}
|