dtolnay/cxx

Basic typo detection

Open

#145 opened on Apr 24, 2020

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

Repository metrics

Stars
 (4,472 stars)
PR merge metrics
 (Avg merge 8m) (3 merged PRs in 30d)

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