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 4cc1bf4 commit adfe283Copy full SHA for adfe283
libc-test/build.rs
@@ -2585,6 +2585,8 @@ fn test_freebsd(target: &str) {
2585
"type_" if struct_ == "sockstat" => "type".to_string(),
2586
"type_" if struct_ == "devstat_match_table" => "type".to_string(),
2587
"type_" if struct_ == "input_event" => "type".to_string(),
2588
+ // Field is named `gennum` in Rust because `gen` is a keyword
2589
+ "gennum" if struct_ == "xktls_session_onedir" => "gen".to_string(),
2590
s => s.to_string(),
2591
}
2592
});
0 commit comments