-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve external MinGW detection #69351
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
I wonder if this should perhaps reuse the |
rust/src/librustc_codegen_ssa/back/link.rs Line 1039 in 8aa9d20
It was changed in #67429 |
Ah, my bad, thanks for the link! LGTM then. @bors r+ |
📌 Commit 4904b9c has been approved by |
Improve external MinGW detection Fixes rust-lang#68872
☀️ Test successful - checks-azure |
Rollup of 5 pull requests Successful merges: - #69336 (Do not ping the infrastructure team on toolstate changes) - #69351 (Improve external MinGW detection) - #69361 (parse: allow `type Foo: Ord` syntactically) - #69375 (Rename CodeMap to SourceMap follow up) - #69376 (parser: Cleanup `Parser::bump_with` and its uses) Failed merges: r? @ghost
Fixes #68872