We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29816fc commit 09974dfCopy full SHA for 09974df
src/lib.rs
@@ -17,6 +17,7 @@
17
#![feature(linkage)]
18
#![feature(lang_items)]
19
#![allow(unused_features)]
20
+#![allow(stable_features)] // FIXME(mark-i-m): remove after i128 stabilizes
21
#![feature(i128_type)]
22
#![no_builtins]
23
#![cfg_attr(feature = "compiler-builtins", feature(staged_api))]
0 commit comments