Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c35d197 authored by Zach Johnson's avatar Zach Johnson
Browse files

rusty-gd: mark vector field writing as unimplemented

Bug: 171749953
Tag: #gd-refactor
Test: gd/cert/run --rhost
Change-Id: Id10b509cdca7e05e63c09c04b8c27dc72787e70f
parent f5b33498
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -302,4 +302,6 @@ void VectorField::GenRustGetter(std::ostream& s, Size start_offset, Size) const
  }
}

void VectorField::GenRustWriter(std::ostream&, Size, Size) const {}
void VectorField::GenRustWriter(std::ostream& s, Size, Size) const {
  s << "unimplemented!();";
}