about summary refs log tree commit diff
path: root/src/test/rustdoc/extern-default-method.rs
blob: 810c591c53e1e48909ff02f881ad26e10f88148a (plain)
1
2
3
4
5
6
7
// 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
pub use ext::Struct;