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.

8 lines
185 B
Rust
Raw Normal View History

//@ has issue_15169/struct.Foo.html '//*[@id="method.eq"]' 'fn eq'
2023-09-28 00:22:18 +00:00
// https://github.com/rust-lang/rust/issues/15169
#![crate_name="issue_15169"]
2015-04-06 22:21:15 +00:00
#[derive(PartialEq)]
pub struct Foo;