You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_ => early_dcx.early_fatal("argument for `--remap-path-scope` must be a comma separated list of scopes: `macro`, `diagnostics`, `debuginfo`, `object`, `all`"),
/// Base directory containing the `library/` directory for the Rust standard library.
459
461
/// Right now it's always `$sysroot/lib/rustlib/src/rust`
@@ -869,8 +871,6 @@ mod desc {
869
871
pub(crate)const parse_branch_protection:&str = "a `,` separated combination of `bti`, `gcs`, `pac-ret`, (optionally with `pc`, `b-key`, `leaf` if `pac-ret` is set)";
"one of supported execution strategies (`same-thread`, or `cross-thread`)";
872
-
pub(crate)const parse_remap_path_scope:&str =
873
-
"comma separated list of scopes: `macro`, `diagnostics`, `debuginfo`, `object`, `all`";
874
874
pub(crate)const parse_inlining_threshold:&str =
875
875
"either a boolean (`yes`, `no`, `on`, `off`, etc), or a non-negative number";
876
876
pub(crate)const parse_llvm_module_flag:&str = "<key>:<type>:<value>:<behavior>. Type must currently be `u32`. Behavior should be one of (`error`, `warning`, `require`, `override`, `append`, `appendunique`, `max`, `min`)";
0 commit comments