-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
deep-dive-proposalProposal for a deep-dive discussion meetingProposal for a deep-dive discussion meeting
Description
Summary
rust-lang/rfcs#1733 introduces the feature(trait_alias)
whose implementation hasn't really seen any updates during the last 2 years.
Discuss whether and how we want to support them. Alternatively, we can just keep this as S-types-deferred
for now.
edit: I have to admit that I somewhat misunderstood the feature as afaict trait Foo = Bar + Baz
really just defines a new name Foo
which can be used in bounds and expands to Bar + Baz
. So looking at it this way, t-types
shouldn't own this feature at all.
shepmaster, compiler-errors, nyxtom, kamulos, Corallus-Caninus and 4 more
Metadata
Metadata
Assignees
Labels
deep-dive-proposalProposal for a deep-dive discussion meetingProposal for a deep-dive discussion meeting