Skip to content

Commit

Permalink
Promote test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Oct 26, 2024
1 parent e9c3954 commit b196430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//@ known-bug: #131648
#![feature(return_type_notation)]

trait IntFactory {
fn stream(self) -> impl IntFactory<stream(..): Send>;
}

fn main() {}

0 comments on commit b196430

Please sign in to comment.