<!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I tried this code: ```rust pub fn main() {} ``` Build with `rustc main.rs -Zthreads=999999` I expected to see this happen: *explanation* Instead, this happened: *explanation* ### Meta <!-- If you're using the stable version of the compiler, you should also check if the bug also exists in the beta or nightly versions. --> `rustc --version --verbose`: ``` rustc 1.75.0-nightly (e1fcecb1b 2023-11-06) binary: rustc commit-hash: e1fcecb1b9930f109a8c1cf2b690e03483a41289 commit-date: 2023-11-06 host: x86_64-unknown-linux-gnu release: 1.75.0-nightly LLVM version: 17.0.4 ```