rust/compiler/rustc_symbol_mangling/src
Nicholas Nethercote 9eca59a940 Introduce DefPathData::AnonAssocTy.
PR #137977 changed `DefPathData::TypeNs` to contain `Option<Symbol>` to
account for RPITIT assoc types being anonymous. This commit changes it
back to `Symbol` and gives anonymous assoc types their own variant. It
makes things a bit nicer overall.
2025-04-11 19:08:14 +10:00
..
errors.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
hashed.rs Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
legacy.rs Encode synthetic by-move coroutine body with a different DefPathData 2025-03-30 22:53:21 +00:00
lib.rs Mangle #[rustc_std_internal_symbol] to include the rustc version unless #[no_mangle] is used 2025-03-17 14:06:56 +00:00
test.rs Change span field accesses to method calls 2025-02-24 14:22:31 +01:00
v0.rs Introduce DefPathData::AnonAssocTy. 2025-04-11 19:08:14 +10:00