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 7a526c4 commit 8246cf3Copy full SHA for 8246cf3
src/lib.rs
@@ -14,6 +14,7 @@
14
#![no_builtins]
15
#![no_std]
16
#![allow(unused_features)]
17
+#![allow(internal_features)]
18
// We use `u128` in a whole bunch of places which we currently agree with the
19
// compiler on ABIs and such, so we should be "good enough" for now and changes
20
// to the `u128` ABI will be reflected here.
0 commit comments