We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906cd7a commit 315b5d8Copy full SHA for 315b5d8
src/convert/closures.rs
@@ -1,3 +1,5 @@
1
+#![allow(const_err)] // FIXME(rust-lang/rust#52603)
2
+
3
use core::mem;
4
5
use convert::{FromWasmAbi, IntoWasmAbi, GlobalStack, Stack};
0 commit comments