blob: b479820dfb2eceda08cbe64fcdcc65a127e630a9 [file] [log] [blame]
#![crate_name = "foo"]
pub struct Foo;
// @has foo/struct.Bar.html '//a[@href="../foo/struct.Foo.html"]' 'Foo'
/// Code-styled reference to [`Foo`].
pub struct Bar;