Skip to content
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

Future compile error on Rust beta 1.60 in types/tests.rs #23

Closed
the8472 opened this issue Mar 2, 2022 · 0 comments
Closed

Future compile error on Rust beta 1.60 in types/tests.rs #23

the8472 opened this issue Mar 2, 2022 · 0 comments

Comments

@the8472
Copy link

the8472 commented Mar 2, 2022

A crater run found that this crate's tests no longer compile with rust 1.60 beta (see rust-lang/rust#94504) due to a newly added method causing conflicts in method resolution.

The regression has been deemed an acceptable minor change per RFC 1105.
It can be fixed by using fully qualified function call syntax to unambiguously call the extension trait that previously provided abs_diff or by switching to the new std API once 1.60 is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant