Link to i128 announcement
This commit is contained in:
parent
9f114548f4
commit
c80f9238d7
@ -33,6 +33,8 @@ fn main() {
|
||||
Err(_) => return,
|
||||
};
|
||||
|
||||
// 128-bit integers stabilized in Rust 1.26:
|
||||
// https://blog.rust-lang.org/2018/05/10/Rust-1.26.html
|
||||
if minor >= 26 {
|
||||
println!("cargo:rustc-cfg=integer128");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user