-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
T-langmeeting-proposalProposal for a lang team design meetingProposal for a lang team design meetingmeeting-scheduledLang team design meeting that has a scheduled dateLang team design meeting that has a scheduled date
Description
Summary
Proposed: to alter the syntax of where clauses on type aliases so that they appear after the value:
type StringMap<K> = BTreeMap<K, String>
where
K: PartialOrd
This applies both in top-level modules and in trats (associated types, generic or otherwise).
Background reading
About this issue
This issue corresponds to a lang-team design meeting proposal. It corresponds
to a possible topic of discussion that may be scheduled for deeper discussion
during one of our design meetings.
Mr-Andersen
Metadata
Metadata
Assignees
Labels
T-langmeeting-proposalProposal for a lang team design meetingProposal for a lang team design meetingmeeting-scheduledLang team design meeting that has a scheduled dateLang team design meeting that has a scheduled date
Type
Projects
Status
Done