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.
is_floating_point
Type
1 parent fb8eb15 commit c006a82Copy full SHA for c006a82
rust/src/types.rs
@@ -965,7 +965,6 @@ impl Debug for Type {
965
.field("is_signed", &self.is_signed())
966
.field("is_const", &self.is_const())
967
.field("is_volatile", &self.is_volatile())
968
- .field("is_floating_point", &self.is_floating_point())
969
.field("child_type", &self.child_type())
970
.field("calling_convention", &self.calling_convention())
971
.field("parameters", &self.parameters())
0 commit comments