Rollup merge of #85473 - infinity0:master, r=jackh726
fix split-debuginfo error message
This commit is contained in:
commit
2ffe87a434
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue