We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48b6ea commit b69e08cCopy full SHA for b69e08c
src/test/run-pass/issue-28871.rs
@@ -29,3 +29,5 @@ impl T for S {
29
trait T2 {
30
type T: Iterator<Item=<S as T>::T>;
31
}
32
+
33
+fn main() { }
0 commit comments