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 #157404 - jhpratt:rollup-npYd5Y2, r=jhpratt
Rollup of 3 pull requests
Successful merges:
- #156210 (Emit retags in codegen to support BorrowSanitizer (part 2))
- #157317 (Fix ICE when wrong intra-doc link on type alias)
- #157391 (Reorganize `tests/ui/issues` [4/N])
"either no value or a comma-separated list of settings: `no-precise-im`, `no-precise-pin`";
786
788
pub(crate)const parse_instrument_xray:&str = "either a boolean (`yes`, `no`, `on`, `off`, etc), or a comma separated list of settings: `always` or `never` (mutually exclusive), `ignore-loops`, `instruction-threshold=N`, `skip-entry`, `skip-exit`";
787
789
pub(crate)const parse_unpretty:&str = "`string` or `string=string`";
788
790
pub(crate)const parse_treat_err_as_bug:&str = "either no value or a non-negative number";
0 commit comments