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 6e13d4f commit 5a3c12bCopy full SHA for 5a3c12b
bindgen-tests/build.rs
@@ -33,7 +33,7 @@ pub fn main() {
33
.replace(|c| !char::is_alphanumeric(c), "_")
34
.replace("__", "_")
35
.to_lowercase();
36
- writeln!(dst, "test_header!(header_{func}, {:?});", entry.path())
+ writeln!(dst, "test_header!(header_{func}, {});", entry.path().display())
37
.unwrap();
38
}
39
0 commit comments