summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-15169.rs
blob: e525d85e21ec0f6b81bfa32a8802cb47035ee339 (plain)
1
2
3
// @has issue_15169/struct.Foo.html '//*[@id="method.eq"]' 'fn eq'
#[derive(PartialEq)]
pub struct Foo;