2015-04-06 19:56:35 -05:00
|
|
|
// aux-build:issue-17476.rs
|
2015-04-22 17:22:36 -05:00
|
|
|
// ignore-cross-compile
|
2015-04-06 19:56:35 -05:00
|
|
|
|
|
|
|
extern crate issue_17476;
|
|
|
|
|
|
|
|
pub struct Foo;
|
|
|
|
|
|
|
|
// @has issue_17476/struct.Foo.html \
|
2015-04-07 13:50:14 -05:00
|
|
|
// '//*[@href="http://example.com/issue_17476/trait.Foo.html#method.foo"]' \
|
2015-04-06 19:56:35 -05:00
|
|
|
// 'foo'
|
|
|
|
impl issue_17476::Foo for Foo {}
|