Skip to content

libstd: correct bigint's quot/rem, div/modulo - #6013

Closed
gifnksm wants to merge 1 commit into
rust-lang:incomingfrom
gifnksm:bigint-quot-rem
Closed

libstd: correct bigint's quot/rem, div/modulo#6013
gifnksm wants to merge 1 commit into
rust-lang:incomingfrom
gifnksm:bigint-quot-rem

Conversation

@gifnksm

Copy link
Copy Markdown
Contributor

BigInt had been supported quot/rem and div/mod correctly, but after merging #5990 they have been broken.
This commit fixes it.

bors added a commit that referenced this pull request Apr 23, 2013
BigInt had been supported quot/rem and div/mod correctly, but after merging #5990 they have been broken.
This commit fixes it.
@borsbors closed this Apr 23, 2013
@brendanzab

Copy link
Copy Markdown
Contributor

Sorry about this! Thanks for the fix.

flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 24, 2020
…flip1995
Internal lint: suggest `is_type_diagnostic_item` over `match_type` where applicable
changelog: none
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
6013: Add support for custom flycheck commands with JSON project workspaces r=jonas-schievink a=woody77
Enable flychecks with JSON project workspaces if an override command was provided as part
of the client configuration:
```
"rust-analyzer.checkOnSave.enable": true,
"rust-analyzer.checkOnSave.overrideCommand": ["custom_tool", "arg1", "arg2"],
```
Co-authored-by: Aaron Wood <aaronwood@google.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@gifnksm@brendanzab@bors