Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-72076.rs
blob: 1659044a64fe1184c2eb54c936acc783b5e0e9db [
file
] [
log
] [
blame
] [
edit
]
trait
X
{
type
S
;
fn
f
()
->
Self
::
S
{}
//~ ERROR mismatched types
}
fn
main
()
{}