about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2023-01-25 23:04:48 +0100
committerLinus Färnstrand <faern@faern.net>2023-02-26 13:50:10 +0100
commit68f275c4ec8e756005b9584eddbdb41ccf454784 (patch)
tree3e649c23a6adbd02e84b5db1b3ba8ce30c2dadaf
parent6cb34492a6723f905f7af4307512189cee8f19da (diff)
downloadrust-68f275c4ec8e756005b9584eddbdb41ccf454784.tar.gz
rust-68f275c4ec8e756005b9584eddbdb41ccf454784.zip
Adapt issue-77982.stderr to new rustc error
-rw-r--r--tests/ui/traits/issue-77982.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/issue-77982.stderr b/tests/ui/traits/issue-77982.stderr
index a397b0accc8..d4fea05fe4b 100644
--- a/tests/ui/traits/issue-77982.stderr
+++ b/tests/ui/traits/issue-77982.stderr
@@ -43,7 +43,7 @@ LL |     let ips: Vec<_> = (0..100_000).map(|_| u32::from(0u32.into())).collect(
    |                                            |
    |                                            required by a bound introduced by this call
    |
-   = note: multiple `impl`s satisfying `u32: From<_>` found in the following crates: `core`, `std`:
+   = note: multiple `impl`s satisfying `u32: From<_>` found in the `core` crate:
            - impl From<Ipv4Addr> for u32;
            - impl From<NonZeroU32> for u32;
            - impl From<bool> for u32;