Fix conversions

This commit is contained in:
Jef
2019-03-20 18:38:32 +01:00
parent 6b8ff11854
commit 14bff9229e
3 changed files with 401 additions and 417 deletions

View File

@@ -25,6 +25,7 @@ either = "1.5"
wabt = "0.7" wabt = "0.7"
lazy_static = "1.2" lazy_static = "1.2"
quickcheck = "0.7" quickcheck = "0.7"
typemap = "0.3"
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }

File diff suppressed because it is too large Load Diff

View File

@@ -7,6 +7,7 @@
try_from, try_from,
try_trait, try_trait,
bind_by_move_pattern_guards, bind_by_move_pattern_guards,
fnbox,
copysign copysign
)] )]
#![plugin(dynasm)] #![plugin(dynasm)]