-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thing
Description
Description
The log file that lintcheck creates after a run has an ### ICE
section at the end. However, I've never actually seen any entries in there.
To confirm this, I added a panic!();
to some random check_expr
function and it indeed doesn't report them.
It does however print WARNING: bad exit status after checking ...
, which I've seen many times but have always ignored because I wasn't sure what that's about, but I suspect that that's the ICE.
Version
Additional Labels
@rustbot label +C-bug
matthiaskrgr
Metadata
Metadata
Assignees
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thing