rust/compiler/rustc_interface/src
Dylan DPC b7b5045364
Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillot
Fix #71363's test by adding `-Z translate-remapped-path-to-local-path=no`

The test relies on `library/std/src/error.rs` not corresponding to a local path, but remapping might still find the related local file of a remapped path. To fix the test, this PR adds a new `-Z` flag to disable finding the corresponding local path of a remapped path.
2022-06-11 12:59:27 +02:00
..
callbacks.rs typo 2022-05-23 22:51:34 +02:00
interface.rs Add support for values() with --check-cfg 2022-03-03 12:00:28 +01:00
lib.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
passes.rs Remove support for -Zast-json and -Zast-json-noexpand 2022-06-03 16:46:20 +00:00
proc_macro_decls.rs update Finder to store LocalDefId 2022-04-09 14:00:22 -04:00
queries.rs only_local: always check for misuse 2022-05-10 12:07:35 +02:00
tests.rs Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillot 2022-06-11 12:59:27 +02:00
util.rs sess: try sysroot candidates for fluent bundle 2022-04-12 10:15:37 +01:00