summaryrefslogtreecommitdiffstats
path: root/tests/ui/attributes/const-stability-on-macro.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/attributes/const-stability-on-macro.rs')
-rw-r--r--tests/ui/attributes/const-stability-on-macro.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/attributes/const-stability-on-macro.rs b/tests/ui/attributes/const-stability-on-macro.rs
index 412af195d..af268ccd5 100644
--- a/tests/ui/attributes/const-stability-on-macro.rs
+++ b/tests/ui/attributes/const-stability-on-macro.rs
@@ -1,7 +1,7 @@
#![feature(staged_api)]
#![stable(feature = "rust1", since = "1.0.0")]
-#[rustc_const_stable(feature = "foo", since = "0")]
+#[rustc_const_stable(feature = "foo", since = "3.3.3")]
//~^ ERROR macros cannot have const stability attributes
macro_rules! foo {
() => {};