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 039e6c8 commit 4d98b10Copy full SHA for 4d98b10
ctru-sys/build.rs
@@ -310,6 +310,8 @@ fn generate_layout_tests(
310
)
311
// Variable-length arrays:
312
.blocklist_field("romfs_(dir|file)", "name")
313
+ .blocklist_field("EulaEntry", "textData")
314
+ .blocklist_field("EulaList", "entries")
315
// Bindgen anonymous types (and their associated fields):
316
.blocklist_type(".*__bindgen.*")
317
.blocklist_field(".*", "__bindgen.*")
0 commit comments