diff options
| author | est31 <MTest31@outlook.com> | 2017-02-23 21:35:12 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2017-02-23 22:32:25 +0100 |
| commit | f753a6ef0252689930fbfdf39859bf80c0388955 (patch) | |
| tree | a63bd2d51e75698d2b0c4b913c17730492cf29b6 /src/test | |
| parent | 1b9b32288369dbd13a9d721d6765ddc30d29e8c1 (diff) | |
| download | rust-f753a6ef0252689930fbfdf39859bf80c0388955.tar.gz rust-f753a6ef0252689930fbfdf39859bf80c0388955.zip | |
Feature gate
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/closure-to-fn-coercion.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/closure-to-fn-coercion.rs b/src/test/run-pass/closure-to-fn-coercion.rs index c4d0bbdd070..f3f0736041b 100644 --- a/src/test/run-pass/closure-to-fn-coercion.rs +++ b/src/test/run-pass/closure-to-fn-coercion.rs @@ -10,7 +10,7 @@ // ignore-stage0: new feature, remove this when SNAP -// #![feature(closure_to_fn_coercion)] +#![feature(closure_to_fn_coercion)] const FOO :fn(u8) -> u8 = |v: u8| { v }; |
