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
task '<unnamed>' failed at 'Unhandled condition: io_error: io::IoError{kind: OtherIoError, desc: "no such file or directory", detail: None}', /Users/lenny/Github/rust/src/libstd/condition.rs:131
The text was updated successfully, but these errors were encountered:
…lp_message, r=Manishearth
Improve the help message + add a help span
This would closerust-lang#10410, because it applies the general consensus achieved in that issue (that replacing `let _ = ...` to `_ = ...` doesn't present any benefits).
I also added a little help message span.
changelog:[`let_underscore_untyped`]: Fix the help message confusion + add a help message span.
Example:
gives
task '<unnamed>' failed at 'Unhandled condition: io_error: io::IoError{kind: OtherIoError, desc: "no such file or directory", detail: None}', /Users/lenny/Github/rust/src/libstd/condition.rs:131
The text was updated successfully, but these errors were encountered: