David Tolnay 75c2385e30
Check for disallowed include strings
error[cxxbridge]: #include relative to `.` or `..` is not supported in Cargo builds
       ┌─ src/main.rs:10:18
       │
    10 │         include!("../header.h");
       │                  ^^^^^^^^^^^^^ #include relative to `.` or `..` is not supported in Cargo builds
       │
       = note: use a path starting with the crate name
2020-10-28 13:41:45 -07:00
..
2020-10-28 13:41:45 -07:00
2020-10-16 13:32:07 -07:00