Support defaults for static EIIs#156583
Conversation
|
r? @mu001999 rustbot has assigned @mu001999. Use Why was this reviewer chosen?The reviewer was selected based on:
|
There was a problem hiding this comment.
LGTM, but I’ll defer to @JonathanBrouwer in case I’ve missed anything.
r? JonathanBrouwer
|
|
|
I'm currently on holidays but would like to take a look, might take me a few days to get around to it |
81c9617 to
d7f16d7
Compare
There was a problem hiding this comment.
@bors r+ rollup
Looks good, thanks!
Wanted to implement this immediately after my PR that implemented static EIIs but forgot :3
|
@bors r=JonathanBrouwer,mu001999 |
…JonathanBrouwer,mu001999 Support defaults for static EIIs Tracking issue: rust-lang#125418 rust-lang#154193 added EII support for statics, but left default implementations for "a followup PR". This PR implements it. Maybe I should remove `no-prefer-dynamic` if rust-lang#156577 is accepted.
…JonathanBrouwer,mu001999 Support defaults for static EIIs Tracking issue: rust-lang#125418 rust-lang#154193 added EII support for statics, but left default implementations for "a followup PR". This PR implements it. Maybe I should remove `no-prefer-dynamic` if rust-lang#156577 is accepted.
|
This pull request was unapproved. This PR was contained in a rollup (#156679), which was unapproved. |
Tracking issue: #125418
#154193 added EII support for statics, but left default implementations for "a followup PR". This PR implements it.
Maybe I should remove
no-prefer-dynamicif #156577 is accepted.