We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80af6b0 + 96a5e6b commit 2ffe87aCopy full SHA for 2ffe87a
compiler/rustc_session/src/options.rs
@@ -368,7 +368,7 @@ mod desc {
368
pub const parse_target_feature: &str = parse_string;
369
pub const parse_wasi_exec_model: &str = "either `command` or `reactor`";
370
pub const parse_split_debuginfo: &str =
371
- "one of supported split-debuginfo modes (`off` or `dsymutil`)";
+ "one of supported split-debuginfo modes (`off`, `packed`, or `unpacked`)";
372
}
373
374
mod parse {
0 commit comments