rust/compiler/rustc_span
Chris Denton d9a58f4c87
Use path.exists() instead of fs::metadata(path).is_ok()
It's more explicit and allows platforms to optimize the existence check.
2021-05-07 17:32:40 +01:00
..
src Use path.exists() instead of fs::metadata(path).is_ok() 2021-05-07 17:32:40 +01:00
Cargo.toml Add support for SHA256 source file hashing for LLVM 11+. 2020-10-14 15:09:51 -07:00