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 4144426 commit b7f7850Copy full SHA for b7f7850
src/ir/context.rs
@@ -1032,10 +1032,10 @@ impl<'ctx> BindgenContext<'ctx> {
1032
}
1033
1034
return self.instantiate_template(with_id,
1035
- id,
1036
- parent_id,
1037
- ty,
1038
- location)
+ id,
+ parent_id,
+ ty,
+ location)
1039
.or_else(|| Some(id));
1040
1041
0 commit comments