rust/compiler/rustc_metadata/src
Stuart Cook 01cbc86218
Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercote
Fix `-Zremap-path-scope` rmeta handling

This PR fixes the conditional remapping (`-Zremap-path-scope`) of rmeta file paths ~~by using the `debuginfo` scope~~ by conditionally embedding the local path in addition to the remapped path.

Fixes https://github.com/rust-lang/rust/issues/139217
2025-05-06 16:28:38 +10:00
..
rmeta Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercote 2025-05-06 16:28:38 +10:00
creader.rs Initial support for dynamically linked crates 2025-05-04 22:03:15 +03:00
dependency_format.rs Initial support for dynamically linked crates 2025-05-04 22:03:15 +03:00
errors.rs Add an error when full metadata was not found 2025-03-31 09:44:41 +02:00
foreign_modules.rs Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
fs.rs Retry if creating temp fails with access denied 2025-04-25 11:28:36 +00:00
lib.rs Make #![feature(let_chains)] bootstrap conditional in compiler/ 2025-04-23 16:40:30 +02:00
locator.rs Initial support for dynamically linked crates 2025-05-04 22:03:15 +03:00
native_libs.rs Replace infallible name_or_empty methods with fallible name methods. 2025-04-17 09:50:52 +10:00