We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9839e88 commit 5995a60Copy full SHA for 5995a60
tests/ui/sanitizer/thread.rs
@@ -20,6 +20,7 @@
20
//@ error-pattern: Location is heap block of size 4
21
//@ error-pattern: allocated by main thread
22
23
+#![feature(raw_ref_op)]
24
#![feature(rustc_private)]
25
extern crate libc;
26
0 commit comments