You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
luqmana opened this issue
Sep 25, 2013
· 2 comments
· Fixed by #9606
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
They no longer play any role in determining abi choice and just end up confusing people. If necessary they should just be replaced with the (relatively) new syntax: extern "foo" { ... }.
The text was updated successfully, but these errors were encountered:
[arithmetic-side-effects] Finish non-overflowing ops
Extends rust-lang/rust-clippy#9474 to also take into consideration "raw" binary operations. For example, `let a = b / 2` and `let a = 1 * b` won't trigger the lint.
changelog: [arithmetic-side-effects] Finish non-overflowing ops
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
They no longer play any role in determining abi choice and just end up confusing people. If necessary they should just be replaced with the (relatively) new syntax:
extern "foo" { ... }
.The text was updated successfully, but these errors were encountered: