2015-04-06 20:49:30 +00:00
|
|
|
// aux-build:rustdoc-extern-default-method.rs
|
2015-04-22 22:22:36 +00:00
|
|
|
// ignore-cross-compile
|
2015-02-26 15:28:57 +00:00
|
|
|
|
2015-04-06 20:49:30 +00:00
|
|
|
extern crate rustdoc_extern_default_method as ext;
|
|
|
|
|
|
|
|
// @count extern_default_method/struct.Struct.html '//*[@id="method.provided"]' 1
|
2022-02-02 06:11:36 +00:00
|
|
|
// @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
|
2015-02-26 15:28:57 +00:00
|
|
|
pub use ext::Struct;
|