Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
anchor-id-trait-method-15169.rs
blob: 19eeeaee9d1b646a75609f24538aeaeed1ea4049 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
;