#![crate_name = "foo"] // ignore-tidy-linelength pub trait Foo { fn foo() {} } pub struct Bar; // @has foo/struct.Bar.html // @has - '//*[@class="sidebar-links"]/a[@href="#impl-Foo%3Cunsafe%20extern%20%22C%22%20fn()%3E"]' 'Foo' impl Foo for Bar {}