### Summary I don't have any code yet, I noticed this checking `rustc_mir_dataflow` with clippy that it seemed to hang. ### Reproducer I tried this code: ```rust <code> ``` I expected to see this happen: Instead, this happened: ### Version ```text rustc 1.73.0-nightly (4eaad89dc 2023-07-17) binary: rustc commit-hash: 4eaad89dce57da09cebbf651e9ac3bd3292b4725 commit-date: 2023-07-17 host: x86_64-unknown-linux-gnu release: 1.73.0-nightly LLVM version: 16.0.5 ``` ### Additional Labels _No response_