-
Notifications
You must be signed in to change notification settings - Fork 884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit 2fddf85 broke my crate - Elusion #7205
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:5637 | 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?
The text was updated successfully, but these errors were encountered: