File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ impl Rustc {
95
95
}
96
96
}
97
97
98
- /// It is a well known that `rustc` is not the fastest compiler in the world.
99
- /// What is less known is that even `rustc --version --verbose` takes about a
100
- /// hundred milliseconds! Because we need compiler version info even for no-op
101
- /// builds, we cache it here, based on compiler's mtime and rustup's current
102
- /// toolchain.
98
+ /// It is a well known fact that `rustc` is not the fastest compiler in the
99
+ /// world. What is less known is that even `rustc --version --verbose` takes
100
+ /// about a hundred milliseconds! Because we need compiler version info even
101
+ /// for no-op builds, we cache it here, based on compiler's mtime and rustup's
102
+ /// current toolchain.
103
103
///
104
104
/// https://github.com/rust-lang/cargo/issues/5315
105
105
/// https://github.com/rust-lang/rust/issues/49761
You can’t perform that action at this time.
0 commit comments