dtolnay/cxx

Basic typo detection

Open

#145 创建于 2020年4月24日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (4,472 star) (253 fork)batch import
help wanted

描述

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.

贡献者指南

Basic typo detection · dtolnay/cxx#145 | Good First Issue