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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Auto merge of rust-lang#114656 - bossmc:rework-no-coverage-attr, r=oli-obk
Rework `no_coverage` to `coverage(off)`
As discussed at the tail of rust-lang#84605 this replaces the `no_coverage` attribute with a `coverage` attribute that takes sub-parameters (currently `off` and `on`) to control the coverage instrumentation.
Allows future-proofing for things like `coverage(off, reason="Tested live", issue="rust-lang#12345")` or similar.
codegen_ssa_error_creating_remark_dir = failed to create remark directory: {$error}
25
25
26
+
codegen_ssa_expected_coverage_symbol = expected `coverage(off)` or `coverage(on)`
27
+
26
28
codegen_ssa_expected_used_symbol = expected `used`, `used(compiler)` or `used(linker)`
27
29
28
30
codegen_ssa_extern_funcs_not_found = some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
0 commit comments