You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#130344 - Jaic1:fix-116306, r=BoxyUwU
Handle unsized consts with type `str` in v0 symbol mangling
This PR fixesrust-lang#116303 by handling consts with type `str` in v0 symbol mangling as partial support for unsized consts.
This PR is related to `#![feature(adt_const_params)]` (rust-lang#95174) and `#![feature(unsized_const_params)]` (rust-lang#128028).
r? ``@BoxyUwU``
0 commit comments