conjure-rust
conjure-rust copied to clipboard
Clean up spans in #[conjure_client]
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.
The bulk of the work here should involve creating a bunch of compile-fail tests and making sure their diagnostics look reasonable.