diff options
author | David Li <li.davidm96@gmail.com> | 2015-12-25 10:57:04 -0700 |
---|---|---|
committer | David Li <li.davidm96@gmail.com> | 2015-12-25 10:57:04 -0700 |
commit | f235d8e500e9fd9945d07ed347ccab5214d26eba (patch) | |
tree | 24d6d9748edd2a61e38d9089450f8cbe096c751b /src/lib.rs | |
parent | 39ce6b062b6d36495098e39dfd813212757ac4f3 (diff) |
Add trait for memory interface
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#![feature(associated_consts)] pub mod isa; pub mod binary; pub mod memory; |