-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
PRs like https://github.com/rust-lang/rust/pull/101698/files#diff-0752889661748b8a15a597d7156127b6fb90fdeda0627be50e07f3f785bd0f4dR678 stop using derives for traits because the derives can't make things const.
Should we maybe stop doing this in library until there's a way to #[const_derive(Ord)] or similar? It looks like we're on track to stop deriving essentially anything, which seems like a bad worldstate.
raldone01, onestacked, workingjubilee and stepancheg
Metadata
Metadata
Assignees
Labels
T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.