diff options
| author | Nathan Perry <avaglir@gmail.com> | 2019-03-04 11:21:23 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2019-03-04 11:21:23 -0500 |
| commit | 12ae9736b384d58d65e9c67186321241e2488489 (patch) | |
| tree | 8a6e23695a43a8670f80c147010b1b3617270a5a /src/main.rs | |
| parent | 553e5b976ceef5430599ab9511f7fb48516375dd (diff) | |
improve assoc of roll
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 2f6126a..4515c6d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,7 @@ #![feature(impl_trait_in_bindings)] #![feature(try_trait)] #![feature(pattern)] +#![feature(concat_idents)] #![feature(box_syntax, box_patterns)] |
