Uh oh!
There was an error while loading. Please reload this page.
Issue error when -C link-self-contained option is used on unsupported platforms - #104137
Conversation
rustbot
commented
Nov 8, 2022
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @compiler-errors (or someone else) soon. Please see the contribution instructions for more information. |
rustbot
commented
Nov 8, 2022
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki |
b7cfe69 to
4fb8d9fComparecompiler-errors
commented
Nov 8, 2022
rustbot
commented
Nov 8, 2022
Could not assign reviewer from: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rustbot
commented
Nov 11, 2022
These commits modify compiler targets. |
petrochenkov
commented
Nov 11, 2022
Thanks! |
2307f44 to
f6d7f08CompareStackDoubleFlow
commented
Nov 11, 2022
@rustbot ready |
petrochenkov
commented
Nov 11, 2022
@bors r+ |
bors
commented
Nov 11, 2022
…d, r=petrochenkov Issue error when -C link-self-contained option is used on unsupported platforms The documentation was also updated to reflect this. I'm assuming the supported platforms are the same as initially written in [RELEASES.md](https://github.com/rust-lang/rust/blob/master/RELEASES.md#compiler-17). Fixesrust-lang#103576
f3eb528 to
f280fd0Comparebjorn3
commented
Nov 14, 2022
@bors r+ |
bors
commented
Nov 14, 2022
📌 Commit f280fd05cf09686677a8fe388bee51c0b837a984 has been approved by It is now in the queue for this repository. |
bors
commented
Nov 15, 2022
☔ The latest upstream changes (presumably #104091) made this pull request unmergeable. Please resolve the merge conflicts. |
f280fd0 to
47e284cCompare…ed platforms Document supported targets for `-C link-self-contained` Move `LinkSelfContainedDefault::True` from wasm_base to wasm32_wasi
47e284c to
0b6dce4Comparebjorn3
commented
Nov 15, 2022
@bors r+ |
bors
commented
Nov 15, 2022
…d, r=bjorn3 Issue error when -C link-self-contained option is used on unsupported platforms The documentation was also updated to reflect this. I'm assuming the supported platforms are the same as initially written in [RELEASES.md](https://github.com/rust-lang/rust/blob/master/RELEASES.md#compiler-17). Fixesrust-lang#103576
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#103750 (Fix some misleading target feature aliases) - rust-lang#104137 (Issue error when -C link-self-contained option is used on unsupported platforms) - rust-lang#104317 (cleanup and dedupe CTFE and Miri error reporting) - rust-lang#104335 (Only do parser recovery on retried macro matching) - rust-lang#104394 (various cleanups to try to reduce the use of spans inside method resolution) - rust-lang#104459 (rustdoc: remove unused JS IIFE from main.js) - rust-lang#104462 (rustdoc: remove pointless CSS `.rightside { padding-right: 2px }`) - rust-lang#104466 (rustdoc: remove no-op CSS `#crate-search-div { display: inline-block }`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
…d, r=bjorn3 Issue error when -C link-self-contained option is used on unsupported platforms The documentation was also updated to reflect this. I'm assuming the supported platforms are the same as initially written in [RELEASES.md](https://github.com/rust-lang/rust/blob/master/RELEASES.md#compiler-17). Fixesrust-lang#103576
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#103750 (Fix some misleading target feature aliases) - rust-lang#104137 (Issue error when -C link-self-contained option is used on unsupported platforms) - rust-lang#104317 (cleanup and dedupe CTFE and Miri error reporting) - rust-lang#104335 (Only do parser recovery on retried macro matching) - rust-lang#104394 (various cleanups to try to reduce the use of spans inside method resolution) - rust-lang#104459 (rustdoc: remove unused JS IIFE from main.js) - rust-lang#104462 (rustdoc: remove pointless CSS `.rightside { padding-right: 2px }`) - rust-lang#104466 (rustdoc: remove no-op CSS `#crate-search-div { display: inline-block }`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The documentation was also updated to reflect this.
I'm assuming the supported platforms are the same as initially written in RELEASES.md.
Fixes#103576