We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa31281 commit 39ef149Copy full SHA for 39ef149
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