Matthias Krüger
Matthias Krüger
I don't like this because it ads an unnecessary layer of abstraction to the code without benefit.
Can we avoid dependencies change between runs somehow? I also vaguely remember we can run clippy on deps using cargo clippy -vvvv or something like that, this might allow much...
@bors r+ :rocket:
so to recap, on current master: `path/to/cargo-clippy --fix` // this doesn't work but I would like it to `cargo clippy --fix` // this works `cargo-clippy clippy --fix` // this works...
Probably the same underlying issue: ````rust pub(crate) enum S { A, } impl std::fmt::Display for S { fn fmt(&self, f: &mut std::fmt::Formatter
https://github.com/rust-lang/rust/blob/master/src/librustc_data_structures/macros.rs#L4
@bors r+ rollup=never p=4
We could have some kind of `close_it` label and once a quarter a triage team reviews the tagged issues and either removes the label, pings the authors or closes the...
As for this ticket, we could just wait a year, close it for being inactive and call it a day? 🙃
Should we eventually beta-nominate the fix as well? The ice-code doesn't use any nightly only features as far as I seen and I was able to reproduce #102899 on beta...