aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/structural-eq-peq.rs
blob: d04c295037f5f6254e94c44081e6b12d2d664345 (plain)
1
2
3
4
5
6
7
8
9
#[lang = "structural_peq"]
pub trait StructuralPartialEq {
    // Empty.
}

#[lang = "structural_teq"]
pub trait StructuralEq {
    // Empty.
}