Rollup merge of #85473 - infinity0:master, r=jackh726

fix split-debuginfo error message
This commit is contained in:
Guillaume Gomez 2021-06-01 11:29:42 +02:00 committed by GitHub
commit 2ffe87a434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {