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 ef4848c commit 9d58571Copy full SHA for 9d58571
bindgen-integration/src/lib.rs
@@ -254,7 +254,7 @@ fn test_item_rename() {
254
#[test]
255
fn test_matching_with_rename() {
256
assert_eq!(bindings::enum_to_be_constified_THREE, 3);
257
- assert_eq!(unsafe { bindings::TEMPLATED_CONST_VALUE.len() }, 30);
+ assert_eq!(unsafe { bindings::TEMPLATED_CONST_VALUE.0.len() }, 30);
258
}
259
260
0 commit comments