rust/compiler/rustc_span
Dylan DPC b5092627c7
Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726
Use `path.exists()` instead of `fs::metadata(path).is_ok()`

It's more explicit and potentially allows platforms to optimize the existence check.
2021-05-08 01:06:26 +02:00
..
src Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726 2021-05-08 01:06:26 +02:00
Cargo.toml Add support for SHA256 source file hashing for LLVM 11+. 2020-10-14 15:09:51 -07:00