We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12aa2b commit 68d9f7cCopy full SHA for 68d9f7c
zjit/src/hir_type/gen_hir_type.rb
@@ -190,7 +190,7 @@ def add_union name, type_names
190
subtypes = $bits[type_name].join(" | ")
191
puts " pub const #{type_name}: u64 = #{subtypes};"
192
}
193
-puts " pub const AllBitPatterns: [(&'static str, u64); #{$bits.size}] = ["
+puts " pub const AllBitPatterns: [(&str, u64); #{$bits.size}] = ["
194
# Sort the bit patterns by decreasing value so that we can print the densest
195
# possible to-string representation of a Type. For example, CSigned instead of
196
# CInt8|CInt16|...
0 commit comments