From aa0884ecc11ec60a9fceeda8dc461798809ad1b8 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Fri, 3 Aug 2018 12:33:47 +0200 Subject: [PATCH] Add feature gate test --- src/test/ui/error-codes/E0395.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/ui/error-codes/E0395.rs b/src/test/ui/error-codes/E0395.rs index e8d1b0f54c1..617050732b7 100644 --- a/src/test/ui/error-codes/E0395.rs +++ b/src/test/ui/error-codes/E0395.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// gate-test-const_compare_raw_pointers + static FOO: i32 = 42; static BAR: i32 = 42;