mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
9538e5bcd0
Since the error kind (`io::ErrorKind::other`) is in the root context, the error message must be found in the root context as well to compute the correct span to remove. Fix #14346 changelog: [`io_error_other`]: fix non-applicable suggestion r? @llogiq