Skip to content

Commit 78c1bae

Browse files
authored
Change asm-comments to verbose-asm
This option was recently renamed. See <rust-lang/rust#126803 (comment)>.
1 parent 6772c1a commit 78c1bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/base/orchestrator/src/coordinator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ impl CompileRequest {
484484
// Enable extra assembly comments for nightly builds
485485
if let Channel::Nightly = self.channel {
486486
args.push("-Z");
487-
args.push("asm-comments");
487+
args.push("verbose-asm");
488488
}
489489

490490
args.push("-C");

0 commit comments

Comments
 (0)