Hack around a regression on nightly

This commit is contained in:
Alex Crichton 2018-07-21 19:09:37 -07:00
parent 906cd7adcc
commit 315b5d848e

View File

@ -1,3 +1,5 @@
#![allow(const_err)] // FIXME(rust-lang/rust#52603)
use core::mem;
use convert::{FromWasmAbi, IntoWasmAbi, GlobalStack, Stack};