diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2015-01-05 17:28:53 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2015-01-05 20:00:10 +1100 |
| commit | 4016c729f18ce5aa8976fc16617b9368437c28db (patch) | |
| tree | 5eaf8a7a7c2041488e1f352ddc1e4fbd2d89bf45 /src/test/compile-fail/binop-move-semantics.rs | |
| parent | 6e3d78f06fc78e6ad58379824be2d7fed525655a (diff) | |
| download | rust-4016c729f18ce5aa8976fc16617b9368437c28db.tar.gz rust-4016c729f18ce5aa8976fc16617b9368437c28db.zip | |
Remove use of associated_types feature gate from tests.
Diffstat (limited to 'src/test/compile-fail/binop-move-semantics.rs')
| -rw-r--r-- | src/test/compile-fail/binop-move-semantics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/binop-move-semantics.rs b/src/test/compile-fail/binop-move-semantics.rs index e51ca6a70f2..65e3564d913 100644 --- a/src/test/compile-fail/binop-move-semantics.rs +++ b/src/test/compile-fail/binop-move-semantics.rs @@ -10,7 +10,7 @@ // Test that move restrictions are enforced on overloaded binary operations -#![feature(associated_types, default_type_params)] +#![feature(default_type_params)] use std::ops::Add; |
