os-rust/tests/rustdoc/anchor-id-trait-method-15169.rs

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

7 lines
135 B
Rust
Raw Normal View History

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