Custom Cargo Command to Show Only Errors (Avoid Setting RustFLAGS Every Time)

some erroneous code can break trait solving for the rest of the program, resulting in a flood of errors around Sized or other ubiquitously used traits

Every time this happens it's unambiguously a bug in the compiler and you should open issues for it :). But also sometimes it can be really hard to fix.

1 Like