palantir / conjure-rust

Conjure support for Rust
Apache License 2.0
20 stars 11 forks source link

Clean up spans in #[conjure_client] #242

Open sfackler opened 1 year ago

sfackler commented 1 year ago

Most of our generated code uses the default call span, which makes tracking down compilation errors in the generated code more annoying than it could be.

sfackler commented 1 year ago

The bulk of the work here should involve creating a bunch of compile-fail tests and making sure their diagnostics look reasonable.