summaryrefslogtreecommitdiffstats
path: root/tests/run-coverage/closure_macro.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-coverage/closure_macro.rs')
-rw-r--r--tests/run-coverage/closure_macro.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-coverage/closure_macro.rs b/tests/run-coverage/closure_macro.rs
index 5e3b00d1e..9b289141c 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 $(,)?) => {