2015-04-07 11:50:14 -07:00
|
|
|
// aux-build:inline-default-methods.rs
|
2015-04-22 15:22:36 -07:00
|
|
|
// ignore-cross-compile
|
2015-04-07 11:50:14 -07:00
|
|
|
|
|
|
|
extern crate inline_default_methods;
|
|
|
|
|
|
|
|
// @has inline_default_methods/trait.Foo.html
|
2023-01-14 10:58:55 -07:00
|
|
|
// @has - '//div[@class="item-decl"]/pre[@class="rust"]' 'fn bar(&self);'
|
|
|
|
// @has - '//div[@class="item-decl"]/pre[@class="rust"]' 'fn foo(&mut self) { ... }'
|
2015-04-07 11:50:14 -07:00
|
|
|
pub use inline_default_methods::Foo;
|