-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add missing -lmsvcrt on mingw after -lpthread #70605
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
Why not move rust/src/librustc_codegen_ssa/back/link.rs Lines 559 to 561 in 2113659
rust/src/librustc_codegen_ssa/back/link.rs Lines 562 to 570 in 2113659
rust/src/librustc_target/spec/windows_base.rs Lines 22 to 40 in 2113659
|
It's not that simple: the |
Bummer, I had thought only |
@bors r=varkor rollup Somehow bors missed the approval. |
📌 Commit 1ae3b50 has been approved by |
Add missing -lmsvcrt on mingw after -lpthread Fixes rust-lang#70316
Rollup of 6 pull requests Successful merges: - rust-lang#68770 (BTreeMap/BTreeSet: implement drain_filter ) - rust-lang#70081 (add `unused_braces` lint) - rust-lang#70556 (parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`.) - rust-lang#70605 (Add missing -lmsvcrt on mingw after -lpthread) - rust-lang#70630 (Update books.) - rust-lang#70632 (expand vec![] to Vec::new()) Failed merges: r? @ghost
Fixes #70316