rust/compiler/rustc_incremental/src
Matthias Krüger 2a39cf560f
Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk
Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`

This adds `try_canonicalize` which tries to call `fs::canonicalize`, but falls back to `std::path::absolute` if it fails. Existing `canonicalize` calls are replaced with it. `fs::canonicalize` is not guaranteed to work on Windows.
2023-03-23 19:55:45 +01:00
..
persist Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk 2023-03-23 19:55:45 +01:00
assert_dep_graph.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00
assert_module_sources.rs Match unmatched backticks in compiler/ that are part of rustdoc 2023-03-03 08:39:00 +01:00
errors.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00