Closed matthiaskrgr closed 1 year ago
@matthiaskrgr Are you fuzzing Clippy? Is your approach described somewhere?
Im running clippy --fix on all sorts of rust files and check if the suggestion applies. :)
https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/moar.20lint.20checking
Summary
If I process this code with
cargo -vvvvvv clippy --fix -- -Wclippy::wildcard_imports
I get some weirdinvalid memory reference
crash but I can't see any compiler stacktrace unfortunately :(Version
Error output
No response