Proposal
Following-on from discussions prompted by compiler-team#934, @wesleywiser and I were discussing how we could move the v0 mangling forward in general. v0 is already being used successfully for everything at Microsoft and we've waited quite a long time for support to exist in downstream tools that interact with Rust symbols.
Using v0 mangling by default, but only on nightly builds, is a useful way to identify potential issues while ensuring users can opt-out with -Csymbol-mangling-version=legacy (which isn't possible on stable). After some indeterminate period of time, we could enable v0 on stable too, with more confidence that it won't cause major issues.
If we decide to do this, we should write a blog post announcing that this change will happen, laying out the advantages and (few and minor!) disadvantages of the v0 mangling scheme, so that if users notice a difference then they can find a blog post explaining the change.
Mentors or Reviewers
@wesleywiser and @davidtwco
Process
The main points of the Major Change Process are as follows:
You can read more about Major Change Proposals on forge.
Proposal
Following-on from discussions prompted by compiler-team#934, @wesleywiser and I were discussing how we could move the v0 mangling forward in general. v0 is already being used successfully for everything at Microsoft and we've waited quite a long time for support to exist in downstream tools that interact with Rust symbols.
Using v0 mangling by default, but only on nightly builds, is a useful way to identify potential issues while ensuring users can opt-out with
-Csymbol-mangling-version=legacy(which isn't possible on stable). After some indeterminate period of time, we could enable v0 on stable too, with more confidence that it won't cause major issues.If we decide to do this, we should write a blog post announcing that this change will happen, laying out the advantages and (few and minor!) disadvantages of the v0 mangling scheme, so that if users notice a difference then they can find a blog post explaining the change.
Mentors or Reviewers
@wesleywiser and @davidtwco
Process
The main points of the Major Change Process are as follows:
@rustbot secondor kickoff a team FCP with@rfcbot fcp $RESOLUTION.You can read more about Major Change Proposals on forge.