Uh oh!
There was an error while loading. Please reload this page.
rustc: Use link_section, not wasm_custom_section - #52353
Conversation
rust-highfive
commented
Jul 13, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Jul 13, 2018
cc @eddyb |
eddyb
commented
Jul 13, 2018
LGTM, and I guess |
rust-highfive
commented
Jul 13, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
alexcrichton
commented
Jul 13, 2018
@michaelwoerister hm can you help me figure out how to fix the test here? I believe because I've switched to For example commenting out the |
bors
commented
Jul 14, 2018
☔ The latest upstream changes (presumably #52266) made this pull request unmergeable. Please resolve the merge conflicts. |
0d82c0f to
d0288cbComparealexcrichton
commented
Jul 16, 2018
Ok, I think I figured out the appropriate incantation |
bors
commented
Jul 16, 2018
☔ The latest upstream changes (presumably #52264) made this pull request unmergeable. Please resolve the merge conflicts. |
This commit transitions definitions of custom sections on the wasm target from the unstable `#[wasm_custom_section]` attribute to the already-stable-for-other-targets `#[link_section]` attribute. Mostly the same restrictions apply as before, except that this now applies only to statics. Closesrust-lang#51088
d0288cb to
b7ef674Comparealexcrichton
commented
Jul 16, 2018
r? @eddyb |
eddyb
commented
Jul 16, 2018
alexcrichton
commented
Jul 18, 2018
@bors: r=eddyb |
bors
commented
Jul 18, 2018
📌 Commit b7ef674 has been approved by |
bors
commented
Jul 18, 2018
rustc: Use link_section, not wasm_custom_section This commit transitions definitions of custom sections on the wasm target from the unstable `#[wasm_custom_section]` attribute to the already-stable-for-other-targets `#[link_section]` attribute. Mostly the same restrictions apply as before, except that this now applies only to statics. Closes#51088
bors
commented
Jul 18, 2018
☀️ Test successful - status-appveyor, status-travis |
This commit transitions definitions of custom sections on the wasm target from
the unstable
#[wasm_custom_section]attribute to thealready-stable-for-other-targets
#[link_section]attribute. Mostly the samerestrictions apply as before, except that this now applies only to statics.
Closes#51088