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