Promote test.

This commit is contained in:
Camille GILLOT 2024-10-26 17:50:28 +00:00
parent 27c958fb44
commit 8f6e0a6a4b

View File

@ -1,7 +1,7 @@
//@ known-bug: #131648
#![feature(return_type_notation)]
trait IntFactory {
fn stream(self) -> impl IntFactory<stream(..): Send>;
}
fn main() {}