Skip to content

Commit 4e82d12

Browse files
lqdMark-Simulacrum
authored andcommitted
fix mono items profiler
lazy/eager collection was removed
1 parent 521ad9b commit 4e82d12

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

collector/src/bin/rustc-fake.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,8 @@ fn main() {
388388
}
389389

390390
"MonoItems" => {
391-
// Lazy item collection is the default (i.e., without this
392-
// option)
393391
let mut cmd = Command::new(tool);
394-
cmd.arg("-Zprint-mono-items=lazy")
392+
cmd.arg("-Zprint-mono-items")
395393
.args(args)
396394
.stdout(std::process::Stdio::from(
397395
std::fs::File::create("mono-items").unwrap(),

0 commit comments

Comments
 (0)