Skip to content

Commit 5aa3827

Browse files
Add future possibility syntax
1 parent 6b36635 commit 5aa3827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

text/3437-implementable-trait-alias.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,4 @@ compared to `LocalFrobber`, but it's not clear how that would work.
319319
- New kinds of bounds: anything that makes `where` clauses more powerful would make this feature more powerful as well.
320320
- Variance bounds would allow this feature to support backward-compatible GATification.
321321
- Method unsafety bounds would support the `Future``Async` use-case.
322+
- Allow `trait Foo: Copy = Iterator;` as alternative to `trait Foo = Iterator where Self: Copy;`.

0 commit comments

Comments
 (0)