Uh oh!
There was an error while loading. Please reload this page.
Revert stability for Bitv and BitvSet - #21208
Conversation
Gankra
commented
Jan 15, 2015
I'm not great at how the stability attributes work, but I believe it's fine to stabilize the methods, just not the type itself. Basically stating that "I dunno if we're gonna have this type, but if we do, it'll look like this". |
Gankra
commented
Jan 15, 2015
r? @aturon |
aturon
commented
Jan 15, 2015
Yes, exactly. This PR should revert only the types and modules. |
nagisa
commented
Jan 15, 2015
Will do tomorrow. |
The collections were promoted to stable by mistake and do not match RFC 509. This reverts the stability back to unstable. [breaking-change] since previously stable API became unstable. Fixesrust-lang#21193
nagisa
commented
Jan 16, 2015
Only |
aturon
commented
Jan 16, 2015
@nagisa Thanks! But would you mind also reverting the modules |
nagisa
commented
Jan 16, 2015
Ah, must have forgoten to push that, done. |
Revert stability for Bitv and BitvSet Reviewed-by: aturon, aturon
Revert stability for Bitv and BitvSet Reviewed-by: aturon, aturon
steveklabnik
commented
Jan 17, 2015
Doing this manually as part of #21300 |
internal: Handle lint attributes via hir-expand attr handling
The collections were promoted to stable by mistake and do not match RFC 509.
This reverts the stability back to unstable.
[breaking-change] since previously stable API became unstable.
Fixes#21193
r? @gankro