Add i128 to lib.rs as feature
This commit is contained in:
parent
83df12c6ca
commit
b6e0dd2bf2
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
#![feature(core_intrinsics)]
|
||||
#![feature(naked_functions)]
|
||||
#![feature(staged_api)]
|
||||
#![feature(i128_type)]
|
||||
#![no_builtins]
|
||||
#![unstable(feature = "compiler_builtins_lib",
|
||||
reason = "Compiler builtins. Will never become stable.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue