diff options
Diffstat (limited to 'src/test/run-pass/expr-if-generic-box2.rs')
| -rw-r--r-- | src/test/run-pass/expr-if-generic-box2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/expr-if-generic-box2.rs b/src/test/run-pass/expr-if-generic-box2.rs index ffbb4764464..47c46442f0b 100644 --- a/src/test/run-pass/expr-if-generic-box2.rs +++ b/src/test/run-pass/expr-if-generic-box2.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#[feature(managed_boxes)]; +#![feature(managed_boxes)] type compare<T> = |T, T|: 'static -> bool; |
