| commit | 736cbcad40735bc6a64a4fbe1609f8c372c93746 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Wed Mar 11 16:49:18 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Wed Mar 11 16:51:38 2020 -0700 |
| tree | 542fa597a6da672bbec0cc0873d0add8cceeb820 | |
| parent | eb87f6541003447aa627f7cc1179ec883cf2adf9 [diff] [blame] |
Move header include path to rust/cxx.h
diff --git a/gen/write.rs b/gen/write.rs index 601f7ef..9ab98fa 100644 --- a/gen/write.rs +++ b/gen/write.rs
@@ -126,7 +126,7 @@ out.begin_block("inline namespace cxxbridge01"); if needs_rust_box || needs_manually_drop || needs_maybe_uninit { - writeln!(out, "// #include \"cxxbridge.h\""); + writeln!(out, "// #include \"rust/cxx.h\""); } if needs_rust_box {