index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
issues
/
issue-22673.rs
blob: 4b9b4d6b23da488c0d77d3a08f98ff3022a5d42d (
plain
)
1
2
3
4
5
6
7
// check-pass
trait
Expr
:
PartialEq
<
Self
::
Item
>
{
type
Item
;
}
fn
main
()
{}