The raw-dylib feature was proposed for stabilization for non-x86 targets in #99916 which the compiler team FCP'd and merged but forgot to tag T-lang as well. Sorry about that!
Since that PR has already been FCP'd rfcbot won't allow me to start another FCP on it so I'm creating this issue to act as T-lang's FCP.
This stabilizes the raw-dylib and link_ordinal features (#58713) for non-x86 architectures (i.e., x86_64, aarch64 and thumbv7a)
Link to stabilization report
I'm also tagging this I-lang-nominated to ensure discussion of this happens prior to the next release so we can either confirm the stabilization of the feature or revert the stabilization before the next release.
The
raw-dylibfeature was proposed for stabilization for non-x86 targets in #99916 which the compiler team FCP'd and merged but forgot to tagT-langas well. Sorry about that!Since that PR has already been FCP'd rfcbot won't allow me to start another FCP on it so I'm creating this issue to act as T-lang's FCP.
Link to stabilization report
I'm also tagging this
I-lang-nominatedto ensure discussion of this happens prior to the next release so we can either confirm the stabilization of the feature or revert the stabilization before the next release.