Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-22673.rs
blob: 019c45dbadc8a0a376538b457f8cfffac70d3b45 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
trait
Expr
:
PartialEq
<
Self
::
Item
>
{
type
Item
;
}
fn
main
()
{}