mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
8 lines
185 B
Rust
8 lines
185 B
Rust
// @has issue_15169/struct.Foo.html '//*[@id="method.eq"]' 'fn eq'
|
|
|
|
// https://github.com/rust-lang/rust/issues/15169
|
|
#![crate_name="issue_15169"]
|
|
|
|
#[derive(PartialEq)]
|
|
pub struct Foo;
|