blob: 1659044a64fe1184c2eb54c936acc783b5e0e9db [file] [log] [blame] [edit]
trait X {
type S;
fn f() -> Self::S {} //~ ERROR mismatched types
}
fn main() {}