We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b5b258 + 411a12f commit 8142298Copy full SHA for 8142298
src/lib.rs
@@ -17,8 +17,6 @@
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))]
24
#![cfg_attr(feature = "compiler-builtins",
0 commit comments