We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350a682 commit 7ade24eCopy full SHA for 7ade24e
tests/ui/missing_const_for_fn/auxiliary/helper.rs
@@ -1,8 +1,8 @@
1
// This file provides a const function that is unstably const forever.
2
3
#![feature(staged_api)]
4
-#![stable(feature = "1", since = "1.0.0")]
+#![stable(feature = "clippytest", since = "1.0.0")]
5
6
-#[stable(feature = "1", since = "1.0.0")]
+#[stable(feature = "clippytest", since = "1.0.0")]
7
#[rustc_const_unstable(feature = "foo", issue = "none")]
8
pub const fn unstably_const_fn() {}
0 commit comments