We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9ede4 commit adec1f9Copy full SHA for adec1f9
src/test/run-pass/impl-trait/bounds_regression.rs
@@ -29,4 +29,4 @@ impl<T: FakeGenerator<Yield = ()>> FakeFuture for GenFuture<T> {
29
type Output = T::Return;
30
}
31
32
-fn main() {}
+fn main() {}
0 commit comments