diff options
| author | Andy Caldwell <andycaldwell@microsoft.com> | 2023-09-05 23:42:57 +0100 |
|---|---|---|
| committer | Andy Caldwell <andycaldwell@microsoft.com> | 2023-09-08 12:46:23 +0100 |
| commit | 0ca6c38cc22fe516ac5f25f87cff996cfd8932b7 (patch) | |
| tree | 22aa9b90fce082948ee4c7eb723b5bcf42d27857 /tests/run-coverage/closure_macro.rs | |
| parent | 726a7b94399ac4b0f1f8e5946082a6e90f71ea3f (diff) | |
| download | rust-0ca6c38cc22fe516ac5f25f87cff996cfd8932b7.tar.gz rust-0ca6c38cc22fe516ac5f25f87cff996cfd8932b7.zip | |
Fix up run-coverage and coverage-map/status-quo tests
Diffstat (limited to 'tests/run-coverage/closure_macro.rs')
| -rw-r--r-- | tests/run-coverage/closure_macro.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-coverage/closure_macro.rs b/tests/run-coverage/closure_macro.rs index 5e3b00d1ef5..9b289141c2e 100644 --- a/tests/run-coverage/closure_macro.rs +++ b/tests/run-coverage/closure_macro.rs @@ -1,5 +1,5 @@ // compile-flags: --edition=2018 -#![feature(no_coverage)] +#![feature(coverage_attribute)] macro_rules! bail { ($msg:literal $(,)?) => { |
