diff options
| author | est31 <MTest31@outlook.com> | 2017-01-12 23:55:32 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2017-01-12 23:55:32 +0100 |
| commit | c6f99b4aeab135bf0cc53bd871108ffc948950ef (patch) | |
| tree | aca036cb43f20acdbeb524af5be27d8bc80823b8 | |
| parent | bdee52e94d3f8ac8cd1bb649529a43f8b893d9a7 (diff) | |
| download | rust-c6f99b4aeab135bf0cc53bd871108ffc948950ef.tar.gz rust-c6f99b4aeab135bf0cc53bd871108ffc948950ef.zip | |
Also mark the struct_field_attributes regression test
Rebase on top of PR 38814 made required this.
| -rw-r--r-- | src/test/compile-fail/struct-field-attr-feature-gate.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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 665c3fd67f4..47495be4ad2 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: (), } |
