<!-- 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 rustc -vV cargo -vV ``` I expected to see this happen: outputs version info Instead, this happened: dead loop in `main` entry function. ### 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`: ``` a84bb95a1 2024-02-13 ``` ``` b381d3ab2 2024-02-12 good a84bb95a1 2024-02-13 bad ```
I tried this code:
I expected to see this happen: outputs version info
Instead, this happened: dead loop in
mainentry function.Meta
rustc --version --verbose: