dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.82k stars 308 forks source link

Support regenerating Clone impls with syntax tree changes #1617

Closed dtolnay closed 5 months ago

dtolnay commented 5 months ago

It takes 2 steps: cargo run --no-default-features to regenerate the Clone impls in src/gen/clone.rs, then cargo run (which depends on exactly those Clone impls through serde_derive) to regenerate syn.json.