Skip to content

Commit

Permalink
fix split-debuginfo error message
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity0 committed May 19, 2021
1 parent 3e827cc commit 96a5e6b
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 96a5e6b

Please sign in to comment.