Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 2fd6e84

Browse files
committed
Add ICE 78652
1 parent 4a73b1a commit 2fd6e84

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ices/78652.rs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#![unstable(feature = "humans", issue = "none")]
2+
#![feature(staged_api)]
3+
struct Foo;
4+
impl Foo {
5+
#[stable(feature = "rust1", since = "1.0.0")]
6+
const fn gated() -> u32 {
7+
42
8+
}
9+
}
10+
11+
fn main() {}

0 commit comments

Comments
 (0)