diff options
| author | varkor <github@varkor.com> | 2018-07-23 03:14:09 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-08-05 15:54:49 +0100 |
| commit | 99db9d63eb0bbc35b58983d11d020e2dafc5b985 (patch) | |
| tree | e957a921939d226c49db31aa697de47ea6ca90f0 /src/test/debuginfo | |
| parent | 82a98ac03d6d1c9d83966a637095c819b7da9086 (diff) | |
| download | rust-99db9d63eb0bbc35b58983d11d020e2dafc5b985.tar.gz rust-99db9d63eb0bbc35b58983d11d020e2dafc5b985.zip | |
Fix test/debuginfo
Diffstat (limited to 'src/test/debuginfo')
| -rw-r--r-- | src/test/debuginfo/constant-debug-locs.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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. |
