Skip to content

Commit 7ade24e

Browse files
committed
Fix stable feature names in tests
1 parent 350a682 commit 7ade24e

File tree

1 file changed

+2
-2
lines changed
  • tests/ui/missing_const_for_fn/auxiliary

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// This file provides a const function that is unstably const forever.
22

33
#![feature(staged_api)]
4-
#![stable(feature = "1", since = "1.0.0")]
4+
#![stable(feature = "clippytest", since = "1.0.0")]
55

6-
#[stable(feature = "1", since = "1.0.0")]
6+
#[stable(feature = "clippytest", since = "1.0.0")]
77
#[rustc_const_unstable(feature = "foo", issue = "none")]
88
pub const fn unstably_const_fn() {}

0 commit comments

Comments
 (0)