We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a42a78 commit ec81db3Copy full SHA for ec81db3
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