Closed
Description
- https://crater-reports.s3.amazonaws.com/beta-1.77-3/beta-2024-02-18/reg/common_traits-0.10.0/log.txt
- cc @vigna / @zommiommy as authors of the crate
- https://crater-reports.s3.amazonaws.com/beta-1.77-3/beta-2024-02-18/reg/ptr_hash-0.1.1/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.77-3/beta-2024-02-18/gh/RagnarGrootKoerkamp.pthash-rs/log.txt
My guess is this will be closed as expected, but should be a conscious decision.
[INFO] [stdout] error[E0659]: `NonZero` is ambiguous
[INFO] [stdout] --> src/impls.rs:723:14
[INFO] [stdout] |
[INFO] [stdout] 723 | impl NonZero for $nzty {
[INFO] [stdout] | ^^^^^^^ ambiguous name
[INFO] [stdout] |
[INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `NonZero` could refer to the trait imported here
[INFO] [stdout] --> src/impls.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use crate::*;
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] = help: consider adding an explicit import of `NonZero` to disambiguate
[INFO] [stdout] note: `NonZero` could also refer to the struct imported here
[INFO] [stdout] --> src/impls.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use core::num::*;
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout] = help: consider adding an explicit import of `NonZero` to disambiguate