summaryrefslogtreecommitdiffstats
path: root/tests/run-make/rustdoc-scrape-examples-remap/src/lib.rs
blob: f525a4270dde10fa886a44119c68b08dce10f6bb (plain)
1
2
3
4
5
6
7
8
// @has foobar/b/fn.foo.html '//*[@class="scraped-example expanded"]' 'ex.rs'
// @has foobar/c/fn.foo.html '//*[@class="scraped-example expanded"]' 'ex.rs'

#[path = "a.rs"]
pub mod b;

#[path = "a.rs"]
pub mod c;