dtolnay/cxx

Basic typo detection

开放

#145 创建于 2020年4月24日

 (0 条评论) (0 个反应) (0 位负责人)Rust (253 个派生)batch import
help wanted

仓库指标

星标
 (4,472 个星标)
PR 合并指标
 (平均合并 8分钟) (30 天内合并 3 个 PR)

描述

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.

贡献者指南