Conversation
|
@JohnTitor: no appropriate reviewer found, use r? to override |
|
I expect this will gate breaking changes (adding members to struct, changing const's values, etc...) but it would add complexity, any opinions or better options are definitely welcome! |
|
I don't think this will work due to the way Cargo feature unification works. Enabling this feature in one crate could end up breaking a completely unrelated crate. Considering how widely used libc is, I think this will be too brittle for any practical use. |
|
Hmm, I see! Do you have any other ways to accept breakage candidates until we can release libc 0.3? 🤔 (Or, would releasing libc 0.3 be the best way here?) |
|
I think the best way forward would be to follow the implementation plan in #3248. |
|
Sure, let's follow it then! |
This is an attempt to accept the
breakage-candidates without a major release.