2015-04-06 13:49:30 -07:00
|
|
|
// aux-build:rustdoc-extern-default-method.rs
|
2015-04-22 15:22:36 -07:00
|
|
|
// ignore-cross-compile
|
2015-02-27 00:28:57 +09:00
|
|
|
|
2015-04-06 13:49:30 -07:00
|
|
|
extern crate rustdoc_extern_default_method as ext;
|
|
|
|
|
|
|
|
|
|
// @count extern_default_method/struct.Struct.html '//*[@id="method.provided"]' 1
|
2015-02-27 00:28:57 +09:00
|
|
|
pub use ext::Struct;
|