cfg diagnostic not applied correctly #112672
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
cargo add rsa
the cfg diagnostic is missing, although the code path for
find_cfg_stripped
seems to be hit.The text was updated successfully, but these errors were encountered: