dtolnay/cxx

Expand API of cxx_gen::Error

Open

#378 opened on 2020年10月29日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (4,472 stars) (253 forks)batch import
help wanted

説明

https://docs.rs/cxx-gen/0.5.2/cxx_gen/struct.Error.html currently only exposes a Display/Debug impl which is not sufficient to produce diagnostics in the style that cxx-build and cxxbridge-cmd do. We'll want to expose the location information, and/or possibly a way to retrieve a rendered diagnostic containing the source snippet.

コントリビューターガイド

Expand API of cxx_gen::Error · dtolnay/cxx#378 | Good First Issue