Cargo check does not report error: symbol
foo is already defined
#61330
Labels
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Problem
Some errors are not reported by
cargo check
.Steps
For example, here
cargo check
succeeds:But
cargo build
does fail:Notes
Output of
cargo version
:The text was updated successfully, but these errors were encountered: