From 99db9d63eb0bbc35b58983d11d020e2dafc5b985 Mon Sep 17 00:00:00 2001 From: varkor Date: Mon, 23 Jul 2018 03:14:09 +0100 Subject: [PATCH] Fix test/debuginfo --- src/test/debuginfo/constant-debug-locs.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/debuginfo/constant-debug-locs.rs b/src/test/debuginfo/constant-debug-locs.rs index 8fc910d8a6d..f5dab5a55b4 100644 --- a/src/test/debuginfo/constant-debug-locs.rs +++ b/src/test/debuginfo/constant-debug-locs.rs @@ -15,7 +15,6 @@ #![allow(dead_code, unused_variables)] #![feature(omit_gdb_pretty_printer_section)] #![omit_gdb_pretty_printer_section] -#![feature(static_mutex)] // This test makes sure that the compiler doesn't crash when trying to assign // debug locations to const-expressions. -- 2.44.0