]> git.lizzy.rs Git - rust.git/commit - library/std/src/io/mod.rs
Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser
authorMichael Goulet <michael@errs.io>
Wed, 4 Jan 2023 01:19:27 +0000 (17:19 -0800)
committerGitHub <noreply@github.com>
Wed, 4 Jan 2023 01:19:27 +0000 (17:19 -0800)
commit5d828d2440ed6cc4c27057fe6aa1d305f7a559cb
tree76ba9a1dcaf4fc6e86e9b9ebd4bf65fe4fad3657
parentdc5247bf297e3939437adb6f932775bdfa9cf458
parent035d854947d5899388f77f6d00fc488caad86b5c
Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser

Reduce spans for `unsafe impl` errors

Because huge spans aren't great for IDEs.

Prior art: https://github.com/rust-lang/rust/pull/103749