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
<anon>:6:13: 6:15 error: unary negation of unsigned integers may be removed in the future
<anon>:6 fn main() { -S; }
^~
The text was updated successfully, but these errors were encountered:
sfackler
added
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
and removed
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
labels
Jul 7, 2015
This commit fixes the negate_unsigned feature gate to appropriately
account for inferred variables.
This is technically a [breaking-change], but I’d consider it a bug fix.
cc @brson for your relnotes.
Fixes#24676Fixes#26840Fixes#25206
The text was updated successfully, but these errors were encountered: