Skip to content

Commit 2fddf85 broke my crate - Elusion #7205

@DataBora

Description

@DataBora

Now i have colision between Chrono and arrow-arith

C:\Users\Korisnik\.cargo\registry\src\index.crates.io-6f17d22bba15001f\arrow-arith-53.3.0\src\temporal.rs:637:5
|

637 | fn quarter(&self) -> u32;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
note: candidate #2 is defined in the trait Datelike
--> C:\Users\Korisnik.cargo\registry\src\index.crates.io-6f17d22bba15001f\chrono-0.4.40\src\traits.rs:47:5
|
47 | fn quarter(&self) -> u32 {
| ^^^^^^^^^^^^^^^^^^^^^^^^
help: disambiguate the method for candidate #1
|
91 | DatePart::Quarter => |d| ChronoDateExt::quarter(&d) as i32,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
help: disambiguate the method for candidate #2
|
91 | DatePart::Quarter => |d| Datelike::quarter(&d) as i32,
-->

Can you please revert this update?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions