Deprecate _ms functions that predate the Duration API#29604
Deprecate _ms functions that predate the Duration API#29604bors merged 1 commit intorust-lang:masterfrom
_ms functions that predate the Duration API#29604Conversation
|
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
|
Given that aturon and acrichto seemed surprised to discover that these APIs had not been deprecated, would we want to backport these to beta? If so, then hold off approving this until I have the chance to change the "since" tags. |
|
Doesn't really seem worth backporting. Since we missed these in 1.4, it doesn't seem to matter a ton if we deprecate in 1.5 or 1.6. |
|
@sfackler Doesn't matter a ton, but it does add an additional six week period where people may use these functions accidentally. |
|
We backport very little. Basically only serious bug fixes. I don't care if people use this functionality, it's not exactly a footgun or anything, just a crufty interface. |
|
Yup, big 👎 to back porting.
|
No description provided.