rust/tests/rustdoc/issue-15169.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
104 B
Rust
Raw Normal View History

2015-04-06 22:21:15 +00:00
// @has issue_15169/struct.Foo.html '//*[@id="method.eq"]' 'fn eq'
#[derive(PartialEq)]
pub struct Foo;