diff options
Diffstat (limited to 'src/test/compile-fail/trait-bounds-not-on-struct.rs')
| -rw-r--r-- | src/test/compile-fail/trait-bounds-not-on-struct.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/compile-fail/trait-bounds-not-on-struct.rs b/src/test/compile-fail/trait-bounds-not-on-struct.rs index 0dd1a4e7d73..1b1a238a941 100644 --- a/src/test/compile-fail/trait-bounds-not-on-struct.rs +++ b/src/test/compile-fail/trait-bounds-not-on-struct.rs @@ -8,7 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(dyn_trait)] #![allow(bare_trait_object)] struct Foo; |
