diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-12-14 04:09:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-14 04:09:34 +0100 |
| commit | 0b5003eaf083a3525a7b2ee8b4745b8c95344afe (patch) | |
| tree | cfc89566599ed9a466971038d64dfe84874a6a33 /compiler/rustc_interface/src/errors.rs | |
| parent | 198d2d486db63c3a9f577c7b42eca6134a7f67b3 (diff) | |
| parent | 38eb608a4302ac7895a29bb715e881b8021f11ee (diff) | |
| download | rust-0b5003eaf083a3525a7b2ee8b4745b8c95344afe.tar.gz rust-0b5003eaf083a3525a7b2ee8b4745b8c95344afe.zip | |
Rollup merge of #134255 - bjoernager:master, r=Noratrieb
Update includes in `/library/core/src/error.rs`. This PR removes the `crate::fmt::Result` include in `/library/core/src/error.rs`. The main issue with this `use` statement is that it shadows the `Result` type from the prelude (i.e. `crate::result::Result`). This indirectly makes all docs references to `Result` in this module point to the wrong type (but only in `core::error` - not `std::error`, wherein this include isn't present to begin with). Fixes: #134169
Diffstat (limited to 'compiler/rustc_interface/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
