Exclude unneeded types that caused errors

This commit is contained in:
hodasemi 2023-11-29 10:51:40 +01:00
parent ea68cd45fd
commit d3fcd8eb7d

View file

@ -6,6 +6,7 @@ fn main() {
.layout_tests(false)
.blocklist_item("_GLIBC:*")
.blocklist_type("std_.*")
.blocklist_item("__gnu_cxx.*")
.generate()
.expect("Unable to create rfactor structs");