rust/compiler/rustc_symbol_mangling/src
Guillaume Gomez 1e90557ae8
Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnr
Resolve instance for SymFn in global/naked asm

`Instance::expect_resolve` ensures that we're actually going from trait item -> impl item.

Fixes #140373
2025-05-05 21:32:32 +02:00
..
errors.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
export.rs Initial support for dynamically linked crates 2025-05-04 22:03:15 +03: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 AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
lib.rs Initial support for dynamically linked crates 2025-05-04 22:03:15 +03:00
test.rs Rename Instance::new to Instance::new_raw and add a note that it is raw 2025-05-05 13:17:35 +00:00
v0.rs Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk 2025-05-05 11:50:43 +00:00