dtolnay/cxx

Basic typo detection

Ouverte

#145 ouverte le 24 avr. 2020

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (253 forks)batch import
help wanted

Métriques du dépôt

Stars
 (4 472 étoiles)
Métriques de merge PR
 (Merge moyen 8m) (3 PRs mergées en 30 j)

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.

Guide contributeur