Skip to content

Commit

Permalink
Rollup merge of #85473 - infinity0:master, r=jackh726
Browse files Browse the repository at this point in the history
fix split-debuginfo error message
  • Loading branch information
GuillaumeGomez authored Jun 1, 2021
2 parents 80af6b0 + 96a5e6b commit 2ffe87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_session/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ mod desc {
pub const parse_target_feature: &str = parse_string;
pub const parse_wasi_exec_model: &str = "either `command` or `reactor`";
pub const parse_split_debuginfo: &str =
"one of supported split-debuginfo modes (`off` or `dsymutil`)";
"one of supported split-debuginfo modes (`off`, `packed`, or `unpacked`)";
}

mod parse {
Expand Down

0 comments on commit 2ffe87a

Please sign in to comment.