Jonathan Lee
Jonathan Lee
@rustbot claim
huh, the problem still exist so... don't mind if I try~ @rustbot claim
Hey @alexanderkjall, this is a ping from triage. This PR is labeled WIP but there hasn't been any activity for some time, therefore I'm just here to make sure that...
> ...I still intend to see this through, but have gotten very busy with some other things in my life the last two months and that will continue for another...
This does not triggers anymore, [playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=6095ba439929cc1aab50c080f8e6de10)
getting blocked by `bors` for this long is kind of unfortunate. @Jarcho, could you retry running the tests so this can get through?
Now here comes the triaging part, lol... Hey @GabrielBFern, this is a ping from triage. There hasn't been any activity for some time, you're always welcome to ask questions (there's...
FYI, function contains infinite loop is already linted 😄 [`infinite_loop`](https://rust-lang.github.io/rust-clippy/master/index.html#/infinite_loop)
this is because almost all cast-related lints has one `from_expansion` guard [clause](https://github.com/rust-lang/rust-clippy/blob/e33cba523a5d88d15fb497a629c3290fefcbb659/clippy_lints/src/casts/mod.rs#L761-L763) should be an easy fix, @rustbot label +good-first-issue
currently there's a note suggest using `is_nan`: [eq_op.rs](https://github.com/rust-lang/rust-clippy/blob/d12b53e481102be753d8a6515ef43ede74b13b66/clippy_lints/src/operators/eq_op.rs#L49) However, it only apears with `not equal` operand... So, yeah, > Is there a way to issue better diagnostics in this case...