We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98afd10 commit b51b401Copy full SHA for b51b401
ices/82981.rs
@@ -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