rust/compiler/rustc_symbol_mangling/src
Matthias Krüger 23393de793
Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwU
Handle unsized consts with type `str`  in v0 symbol mangling

This PR fixes #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)]` (#95174) and `#![feature(unsized_const_params)]` (#128028).

r? ``@BoxyUwU``
2024-09-23 06:45:33 +02:00
..
errors.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
hashed.rs chore: Fix typos in 'compiler' (batch 3) 2024-09-02 07:33:41 +02:00
legacy.rs Stop using a special inner body for the coroutine by-move body for async closures 2024-08-26 18:44:19 -04:00
lib.rs Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind::SyntheticCoroutineBody 2024-09-16 22:09:42 -04:00
test.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
v0.rs Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwU 2024-09-23 06:45:33 +02:00