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 e9c3954 commit b196430Copy full SHA for b196430
1 file changed
tests/crashes/131648.rs …urn-type-notation/impl-trait-in-trait.rstests/crashes/131648.rs renamed to tests/ui/associated-type-bounds/return-type-notation/impl-trait-in-trait.rs
@@ -1,7 +1,7 @@
1
-//@ known-bug: #131648
2
#![feature(return_type_notation)]
3
4
trait IntFactory {
5
fn stream(self) -> impl IntFactory<stream(..): Send>;
6
}
+
7
fn main() {}
0 commit comments