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
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
> **Note**: Coverage can also be disabled on an individual function by annotating the function with the [`no_coverage` attribute] (which requires the feature flag `#![feature(no_coverage)]`).
176
+
> **Note**: Coverage can also be disabled on an individual function by annotating the function with the [`coverage(off)` attribute] (which requires the feature flag `#![feature(coverage)]`).
0 commit comments