We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6191d7 + 0ca63ec commit 74ae20eCopy full SHA for 74ae20e
compiler/rustc/src/main.rs
@@ -4,7 +4,7 @@ fn main() {
4
// Note that we're pulling in a static copy of jemalloc which means that to
5
// pull it in we need to actually reference its symbols for it to get
6
// linked. The two crates we link to here, std and rustc_driver, are both
7
- // dynamic libraries. That means to pull in jemalloc we need to actually
+ // dynamic libraries. That means to pull in jemalloc we actually need to
8
// reference allocation symbols one way or another (as this file is the only
9
// object code in the rustc executable).
10
#[cfg(feature = "jemalloc-sys")]
0 commit comments