Skip to content

Commit 315b5d8

Browse files
committed
Hack around a regression on nightly
1 parent 906cd7a commit 315b5d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/convert/closures.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(const_err)] // FIXME(rust-lang/rust#52603)
2+
13
use core::mem;
24

35
use convert::{FromWasmAbi, IntoWasmAbi, GlobalStack, Stack};

0 commit comments

Comments
 (0)