]> git.proxmox.com Git - rustc.git/blobdiff - library/core/src/num/dec2flt/table.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / library / core / src / num / dec2flt / table.rs
index 1bd94ffa04e0e327b011271e294c4b8f5e20ec57..97b497e81e0700d4d6fa1cdec19d99386bb841f2 100644 (file)
@@ -5,7 +5,7 @@ pub const MIN_E: i16 = -305;
 pub const MAX_E: i16 = 305;
 
 #[rustfmt::skip]
-pub const POWERS: ([u64; 611], [i16; 611]) = (
+pub static POWERS: ([u64; 611], [i16; 611]) = (
     [
         0xe0b62e2929aba83c,
         0x8c71dcd9ba0b4926,