From 5995a606c2bf4211812b16833e429027cb03ad14 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Tue, 14 May 2024 13:59:28 -0400 Subject: [PATCH] Undo accidental change to tests/ui/sanitizer/thread.rs --- tests/ui/sanitizer/thread.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ui/sanitizer/thread.rs b/tests/ui/sanitizer/thread.rs index 566774d6b1d64..9d9ad6ee51867 100644 --- a/tests/ui/sanitizer/thread.rs +++ b/tests/ui/sanitizer/thread.rs @@ -20,6 +20,7 @@ //@ error-pattern: Location is heap block of size 4 //@ error-pattern: allocated by main thread +#![feature(raw_ref_op)] #![feature(rustc_private)] extern crate libc;