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

Master broken trying to use seek_after function #5570

Closed
MrAwesome opened this issue May 5, 2020 · 1 comment
Closed

Master broken trying to use seek_after function #5570

MrAwesome opened this issue May 5, 2020 · 1 comment

Comments

@MrAwesome
Copy link
Contributor

When trying to build clippy off of a clean master, I get the following failure:

error[E0624]: associated function `seek_after` is private
   --> clippy_lints/src/redundant_clone.rs:594:25
    |                  
594 |         self.maybe_live.seek_after(at);
    |                         ^^^^^^^^^^ private associated function
                                  
error: aborting due to previous error

I poked around in rustc_mir and guess that this is the culprit - the timing matches up with when I started seeing breakages locally while testing: rust-lang/rust@65b4482

It looks like changing this to seek_after_primary_effect fixes the build - I'll put up a PR to do that.

@MrAwesome
Copy link
Contributor Author

Looks like this is already being addressed in #5566.

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

Successfully merging a pull request may close this issue.

1 participant