Rollup merge of #85473 - infinity0:master, r=jackh726
fix split-debuginfo error message
This commit is contained in:
commit
2ffe87a434
@ -368,7 +368,7 @@ mod desc {
|
|||||||
pub const parse_target_feature: &str = parse_string;
|
pub const parse_target_feature: &str = parse_string;
|
||||||
pub const parse_wasi_exec_model: &str = "either `command` or `reactor`";
|
pub const parse_wasi_exec_model: &str = "either `command` or `reactor`";
|
||||||
pub const parse_split_debuginfo: &str =
|
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 {
|
mod parse {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user