-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Add const Rem
#143040
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
Add const Rem
#143040
Conversation
rustbot has assigned @workingjubilee. Use |
will r+ if you correct the commit message to describe what it does |
Unfortunately, since my commit is a GitHub-verified commit, I'll have to redo the entire thing as I can't just |
@SciMind2460 I seriously do not care if your commits are "verified" or not. |
@SciMind2460 Surely you can just amend and re-sign? |
@bors r+ rollup |
Rollup of 11 pull requests Successful merges: - #142440 (`tests/ui`: A New Order [14/N]) - #143040 (Add `const Rem`) - #143086 (Update poison.rs to fix the typo (sys->sync)) - #143202 (`tests/ui`: A New Order [18/N]) - #143296 (`tests/ui`: A New Order [21/N]) - #143297 (`tests/ui`: A New Order [22/N]) - #143299 (`tests/ui`: A New Order [24/N]) - #143300 (`tests/ui`: A New Order [25/N]) - #143397 (test passing a `VaList` from rust to C) - #143410 (Block SIMD in transmute_immediate; delete `OperandValueKind`) - #143452 (Fix CLI completion check in `tidy`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #143040 - SciMind2460:patch-1, r=workingjubilee Add `const Rem`
I forgot to make
Rem
const
for floats in #143000. This is a quick-fix PR for that error.