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
Auto merge of #148178 - matthiaskrgr:rollup-yy0swwt, r=matthiaskrgr
Rollup of 6 pull requests
Successful merges:
- #147840 (Rework unsizing coercions in the new solver)
- #148139 (Add `coverage` scope for controlling paths in code coverage)
- #148154 (Add a mailmap entry)
- #148158 (ci: loongarch64: use medium code model to avoid relocation overflows)
- #148172 (rustc-dev-guide subtree update)
- #148175 (Fix typos: duplicate words in comments)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: compiler/rustc_session/src/options.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -869,8 +869,7 @@ mod desc {
869
869
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`";
872
+
pub(crate)const parse_remap_path_scope:&str = "comma separated list of scopes: `macro`, `diagnostics`, `debuginfo`, `coverage`, `object`, `all`";
874
873
pub(crate)const parse_inlining_threshold:&str =
875
874
"either a boolean (`yes`, `no`, `on`, `off`, etc), or a non-negative number";
876
875
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