Skip to content

Commit b51b401

Browse files
committed
Add 82981
May not be that important, due to the use of a perma-unstable attribute. Issue: rust-lang/rust#82981
1 parent 98afd10 commit b51b401

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ices/82981.rs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#![crate_type = "staticlib"]
2+
#![feature(rustc_attrs)]
3+
#[rustc_layout_scalar_valid_range_start(A)]
4+
struct T {}
5+
const C: T = T {};

0 commit comments

Comments
 (0)