Eric Huss

Results 756 comments of Eric Huss

I have posted a proposal to stabilize just the `cargo logout` portion at #11910.

#12334 has been merged which is a redesign of this feature. It should land in nightly within the next week.

> @ehuss should this issue be closed, then? I'm not sure I understand the question, why would this be closed? This is still tracking the credential-process feature. Its design has...

> All the checkboxes in the original issue post here have been checked off - can an updated checklist be made if this is not ready to be stabilized? I'm...

Triage: I still lean towards implementing #10112 over this for now. I think making `workspace.package.edition` have extra meaning could be a problem, and adding `workspace.edition` could be confusing. It would...

Just to be clear, will this only be done if the `workspace.members` has a glob that will pick up the new package?

I pushed a change with the suggestions I had for clarifying what changes when `non_exhaustive` is added. Asking for another reviewer just to make sure that the wording here looks...

Sorry, I don't understand the question. `cargo config` does not read manifest files, and should work fine without them. Can you clarify what the exact scenario you are looking at,...

I'm not sure how best to document this, but I think one option is have it be something specific to proc-macros. `_` is very carefully not an identifier in the...