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

trait definition of Step has changed in core in nightly rust 1.85 #514

Closed
tionway opened this issue Nov 26, 2024 · 1 comment
Closed

trait definition of Step has changed in core in nightly rust 1.85 #514

tionway opened this issue Nov 26, 2024 · 1 comment

Comments

@tionway
Copy link

tionway commented Nov 26, 2024

the definition of function steps_between changed from

 fn steps_between(start: &Self, end: &Self) -> Option<usize>;

to

fn steps_between(start: &Self, end: &Self) -> (usize, Option<usize>);

hence a changed is required to make compilation work in nightly channel

@tionway tionway closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2024
@Freax13
Copy link
Member

Freax13 commented Nov 26, 2024

Duplicate of #512

@Freax13 Freax13 marked this as a duplicate of #512 Nov 26, 2024
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

2 participants