From c6f99b4aeab135bf0cc53bd871108ffc948950ef Mon Sep 17 00:00:00 2001 From: est31 Date: Thu, 12 Jan 2017 23:55:32 +0100 Subject: [PATCH] Also mark the struct_field_attributes regression test Rebase on top of PR 38814 made required this. --- src/test/compile-fail/struct-field-attr-feature-gate.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/compile-fail/struct-field-attr-feature-gate.rs b/src/test/compile-fail/struct-field-attr-feature-gate.rs index 665c3fd67f48..47495be4ad2c 100644 --- a/src/test/compile-fail/struct-field-attr-feature-gate.rs +++ b/src/test/compile-fail/struct-field-attr-feature-gate.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// gate-test-struct_field_attributes + struct Foo { present: (), }