Skip to content

Commit c9330fe

Browse files
committed
Auto merge of #6879 - froydnj:patch-1, r=ehuss
fix typo in rustc.rs comment
2 parents 49c6465 + 5d98ed4 commit c9330fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/cargo/util/rustc.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ impl Rustc {
9595
}
9696
}
9797

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.
103103
///
104104
/// https://github.com/rust-lang/cargo/issues/5315
105105
/// https://github.com/rust-lang/rust/issues/49761

0 commit comments

Comments
 (0)