Skip to content

Commit 2ffe87a

Browse files
Rollup merge of #85473 - infinity0:master, r=jackh726
fix split-debuginfo error message
2 parents 80af6b0 + 96a5e6b commit 2ffe87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ mod desc {
368368
pub const parse_target_feature: &str = parse_string;
369369
pub const parse_wasi_exec_model: &str = "either `command` or `reactor`";
370370
pub const parse_split_debuginfo: &str =
371-
"one of supported split-debuginfo modes (`off` or `dsymutil`)";
371+
"one of supported split-debuginfo modes (`off`, `packed`, or `unpacked`)";
372372
}
373373

374374
mod parse {

0 commit comments

Comments
 (0)