Skip to content

Commit 74ae20e

Browse files
authored
Rollup merge of #82822 - henryboisdequin:fix-typo-rustc, r=oli-obk
Fix typo we need to actually -> we actually need to ````@rustbot```` label +C-cleanup
2 parents b6191d7 + 0ca63ec commit 74ae20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fn main() {
44
// Note that we're pulling in a static copy of jemalloc which means that to
55
// pull it in we need to actually reference its symbols for it to get
66
// 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
7+
// dynamic libraries. That means to pull in jemalloc we actually need to
88
// reference allocation symbols one way or another (as this file is the only
99
// object code in the rustc executable).
1010
#[cfg(feature = "jemalloc-sys")]

0 commit comments

Comments
 (0)