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!
Activity
graydon commentedon Mar 25, 2013
non-critical for 0.6, de-milestoning
alexcrichton commentedon May 14, 2013
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!emberian commentedon Jul 12, 2013
It isn't error reporting, it's specifically warnings, that aren't about invalid code. Closing, as it no longer seems relevant.
Auto merge of rust-lang#3517 - RalfJung:env-vars, r=RalfJung
Auto merge of rust-lang#3517 - RalfJung:env-vars, r=RalfJung
underline_start >= 0 && underline_end >= 0
#131762