Skip to content

Commit

Permalink
Auto merge of #6879 - froydnj:patch-1, r=ehuss
Browse files Browse the repository at this point in the history
fix typo in rustc.rs comment
  • Loading branch information
bors committed Apr 25, 2019
2 parents 49c6465 + 5d98ed4 commit c9330fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/cargo/util/rustc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ impl Rustc {
}
}

/// It is a well known that `rustc` is not the fastest compiler in the world.
/// What is less known is that even `rustc --version --verbose` takes about a
/// hundred milliseconds! Because we need compiler version info even for no-op
/// builds, we cache it here, based on compiler's mtime and rustup's current
/// toolchain.
/// It is a well known fact that `rustc` is not the fastest compiler in the
/// world. What is less known is that even `rustc --version --verbose` takes
/// about a hundred milliseconds! Because we need compiler version info even
/// for no-op builds, we cache it here, based on compiler's mtime and rustup's
/// current toolchain.
///
/// https://github.com/rust-lang/cargo/issues/5315
/// https://github.com/rust-lang/rust/issues/49761
Expand Down

0 comments on commit c9330fe

Please sign in to comment.