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
…andling, r=lnicola
vscode: fix extraEnv handling numeric values
fixesrust-lang#12363 by bringing the types more inline with the reality, and making `Env` not a lie.
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Mar 7, 2024
…gression, r=flip1995
Fix `nonminimal_bool` lint regression
Fixesrust-lang#12371.
Fixesrust-lang#12369.
cc `@RalfJung`
The problem was an invalid condition. Shame on me...
changelog: Fix `nonminimal_bool` lint regression
Reproduce:
Error:
@cmr was convinced that this ought to be fixed. #rust also produced an example of where this would be necessary, from GLib:
The text was updated successfully, but these errors were encountered: