diff options
| author | est31 <MTest31@outlook.com> | 2017-01-11 02:25:44 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2017-01-12 23:53:02 +0100 |
| commit | 6a29fab274ff72e429b9d323f204a0617d53d8e3 (patch) | |
| tree | a6e7b4cf1a1771889bcf117620453f8dd1924461 /src/test/compile-fail/numeric-fields-feature-gate.rs | |
| parent | 404572921d1c2cf87cf56a7c983d4ce9438d4a40 (diff) | |
Mark even more tests as gate tests
Now, no feature outside of the whitelist is without a test marked as its gate test.
Diffstat (limited to 'src/test/compile-fail/numeric-fields-feature-gate.rs')
| -rw-r--r-- | src/test/compile-fail/numeric-fields-feature-gate.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/compile-fail/numeric-fields-feature-gate.rs b/src/test/compile-fail/numeric-fields-feature-gate.rs index 3ce85813a9b..bd8ec16ef88 100644 --- a/src/test/compile-fail/numeric-fields-feature-gate.rs +++ b/src/test/compile-fail/numeric-fields-feature-gate.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// gate-test-relaxed_adts + struct S(u8); fn main() { |
