dtolnay/cxx

Basic typo detection

Open

#145 opened on Apr 24, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (4,472 stars) (253 forks)batch import
help wanted

Description

error[cxxbridge]: unsupported type
    ┌── infrasec/src/infrasec_cpp.rs:18:31 ───
    │
 18 │     ) -> Result<UniquePtr<CxxSring>>;
    │                           ^^^^^^^^ unsupported type
    │

It would be helpful here to recognize that the author probably meant to write CxxString.

Contributor guide