about summary refs log tree commit diff
path: root/src/test/rustdoc/extern-default-method.rs
blob: 93cf16346b6f7fcd50c3ba887c513128d6c58b38 (plain)
1
2
3
4
5
6
7
8
9
// aux-build:rustdoc-extern-default-method.rs
// ignore-cross-compile

extern crate rustdoc_extern_default_method as ext;

// @count extern_default_method/struct.Struct.html '//*[@id="method.provided"]' 1
// @has extern_default_method/struct.Struct.html '//*[@id="method.provided"]//a[@class="fnname"]/@href' #method.provided
// @has extern_default_method/struct.Struct.html '//*[@id="method.provided"]//a[@class="anchor"]/@href' #method.provided
pub use ext::Struct;