mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
fix split-debuginfo error message
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user