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
..
2023-03-22 13:55:55 +04:00
2023-03-22 13:55:55 +04:00
2023-03-22 13:55:55 +04:00
2023-03-22 13:55:55 +04:00
2023-03-23 07:01:03 +00:00
2023-03-23 14:22:48 +04:00
2023-03-23 19:55:43 +01:00
2023-03-23 19:55:43 +01:00
2023-03-23 00:00:35 +05:30
2023-03-23 19:55:43 +01:00
2023-03-23 19:55:43 +01:00
2023-03-22 22:44:43 +01:00
2023-03-21 19:00:13 +01:00
2023-03-23 14:22:48 +04:00
2023-03-23 19:55:44 +01:00
2023-03-23 00:00:31 +05:30
2023-03-23 19:55:43 +01:00
2023-03-23 12:35:05 +00:00
2023-03-23 19:55:45 +01:00
2023-03-23 12:35:05 +00:00
2023-03-23 19:55:45 +01:00
2023-03-23 19:55:43 +01:00
2023-03-23 19:55:45 +01:00
2023-03-23 19:55:45 +01:00
2023-03-23 15:17:59 +00:00
2023-03-23 12:35:05 +00:00
2023-03-23 00:00:35 +05:30
2023-03-22 22:44:39 +01:00
2023-03-22 13:55:55 +04:00
2023-03-23 14:20:55 +04:00
2023-03-23 05:56:40 +00:00
2023-03-21 15:38:52 +00:00
2023-03-23 19:55:43 +01:00
2023-03-23 19:55:45 +01:00
2023-03-22 22:44:40 +01:00
2023-03-21 15:38:51 +00:00
2023-03-23 19:55:45 +01:00
2023-03-23 12:35:05 +00:00
2023-03-23 05:56:40 +00:00
2023-03-23 07:01:03 +00:00
2023-03-22 13:32:12 -07:00