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
Stabilize -Zremap-path-scope as --remap-path-scope
In the process also document that new `--remap-path-scope` scopes may be
added in the future, and that the `all` always represent all the scopes.
Co-authored-by: David Wood <[email protected]>
_ => early_dcx.early_fatal("argument for `--remap-path-scope` must be a comma separated list of scopes: `macro`, `diagnostics`, `debuginfo`, `coverage`, `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,7 +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 = "comma separated list of scopes: `macro`, `diagnostics`, `debuginfo`, `coverage`, `object`, `all`";
873
874
pub(crate)const parse_inlining_threshold:&str =
874
875
"either a boolean (`yes`, `no`, `on`, `off`, etc), or a non-negative number";
875
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