Skip to content

Commit 68f275c

Browse files
committed
Adapt issue-77982.stderr to new rustc error
1 parent 6cb3449 commit 68f275c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/traits/issue-77982.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ LL | let ips: Vec<_> = (0..100_000).map(|_| u32::from(0u32.into())).collect(
4343
| |
4444
| required by a bound introduced by this call
4545
|
46-
= note: multiple `impl`s satisfying `u32: From<_>` found in the following crates: `core`, `std`:
46+
= note: multiple `impl`s satisfying `u32: From<_>` found in the `core` crate:
4747
- impl From<Ipv4Addr> for u32;
4848
- impl From<NonZeroU32> for u32;
4949
- impl From<bool> for u32;

0 commit comments

Comments
 (0)