Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impl {Div,Mul,DivAssign,MulAssign}<{u16, u8}> for Duration should also exist #60217

Open
nagisa opened this issue Apr 23, 2019 · 1 comment
Open
Labels
C-feature-request Category: A feature request, i.e: not implemented / a PR. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Comments

@nagisa
Copy link
Member

nagisa commented Apr 23, 2019

Currently only impl {Div,Mul,DivAssign,MulAssign}<u32> for Duration exist, and there is no functional reason why the other implementations should not exist.

@nagisa nagisa added T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. C-feature-request Category: A feature request, i.e: not implemented / a PR. labels Apr 23, 2019
@sfackler
Copy link
Member

At least as of a couple years ago, this breaks type inference for duration / 2: #32515

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: A feature request, i.e: not implemented / a PR. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants