We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9d889 commit 3956c48Copy full SHA for 3956c48
src/test/ui/consts/offset_from_ub.rs
@@ -1,3 +1,6 @@
1
+// ingoring on musl because it's ui output hides libcore backtraces
2
+// ignore-musl
3
+
4
#![feature(const_raw_ptr_deref)]
5
#![feature(const_ptr_offset_from)]
6
#![feature(ptr_offset_from)]
0 commit comments