There has been a bit of confusion with these names because there aren't actually any breaks in the 1.2.3 vs. 1.2.0 that we need to be aware of. I think it would be good to replace any v1_2_3 references with v1_2 before we start to tell people these options are stable.
If this is done, we should still detect RUST_LIBC_UNSTABLE_MUSL_V1_2_3 for a little while and emit a warning because I know some people are using it.
Cc @xbjfk since you're the original author here
There has been a bit of confusion with these names because there aren't actually any breaks in the 1.2.3 vs. 1.2.0 that we need to be aware of. I think it would be good to replace any
v1_2_3references withv1_2before we start to tell people these options are stable.If this is done, we should still detect
RUST_LIBC_UNSTABLE_MUSL_V1_2_3for a little while and emit a warning because I know some people are using it.Cc @xbjfk since you're the original author here