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
Is this still a relevant issue? It doesn't seem to me like it's a general error reporting mechanism any more. I think of span_err/span_note/span_warn more along those lines. The lint module in my opinion does indeed have true "lint" passes for code like unused variables, mutability, imports, and assignments.
I'd personally be in favor of keeping it named lint, but I could also do the renaming if there's a better name!
env: split up Windows and Unix environment variable handling
On Windows, manage them entirely outside the AM state; this also means we no longer report any data races for environment variable memory.
Fixesrust-lang#124411
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Apr 27, 2024
env: split up Windows and Unix environment variable handling
On Windows, manage them entirely outside the AM state; this also means we no longer report any data races for environment variable memory.
Fixesrust-lang#124411
It has outgrown its original purpose and is becoming the general error reporting mechanism.
The text was updated successfully, but these errors were encountered: