diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2015-01-05 17:36:00 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2015-01-05 20:00:10 +1100 |
| commit | 3e9d5938cc4030de2e8c8e140633cc4d7d58733c (patch) | |
| tree | 90793f5bd8f1373c5c67d7ffbcecf8451c72c2e9 /src/test/compile-fail/generic-impl-more-params-with-defaults.rs | |
| parent | b98a589e23a5471caa6698d953c6eec66304863d (diff) | |
| download | rust-3e9d5938cc4030de2e8c8e140633cc4d7d58733c.tar.gz rust-3e9d5938cc4030de2e8c8e140633cc4d7d58733c.zip | |
Remove uses of default_type_params feature gate from tests.
Diffstat (limited to 'src/test/compile-fail/generic-impl-more-params-with-defaults.rs')
| -rw-r--r-- | src/test/compile-fail/generic-impl-more-params-with-defaults.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/compile-fail/generic-impl-more-params-with-defaults.rs b/src/test/compile-fail/generic-impl-more-params-with-defaults.rs index ceaed9438be..696235333a1 100644 --- a/src/test/compile-fail/generic-impl-more-params-with-defaults.rs +++ b/src/test/compile-fail/generic-impl-more-params-with-defaults.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(default_type_params)] - struct Heap; struct Vec<T, A = Heap>; |
