Skip to content

Commit b91759e

Browse files
committed
Auto merge of rust-lang#3141 - rust-lang:rustup-2023-10-25, r=RalfJung
Automatic Rustup
2 parents 6ea7480 + 890d252 commit b91759e

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)