We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94fab6 commit ce32867Copy full SHA for ce32867
src/test/ui/lto/issue-100772.rs
@@ -0,0 +1,10 @@
1
+// run-pass
2
+// needs-sanitizer-cfi
3
+// compile-flags: -Zsanitizer=cfi -Clto
4
+// no-prefer-dynamic
5
+
6
+#![feature(allocator_api)]
7
8
+fn main() {
9
+ let _ = Box::new_in(&[0, 1], &std::alloc::Global);
10
+}
0 commit comments