Skip to content

Commit

Permalink
Put back feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes committed Jul 29, 2019
1 parent 4ae4586 commit 3b1e36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! This crate contains the refactored basic components required
//! for `runtime` and `frontend` TVM crates.

#![feature(box_syntax, trait_alias)]
#![feature(box_syntax, trait_alias, type_alias_enum_variants)]

#[macro_use]
extern crate failure;
Expand Down
2 changes: 1 addition & 1 deletion rust/frontend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//!
//! Checkout the `examples` repository for more details.

#![feature(box_syntax)]
#![feature(box_syntax, type_alias_enum_variants)]

#[macro_use]
extern crate failure;
Expand Down

0 comments on commit 3b1e36a

Please sign in to comment.